getThis            81 Zend/zend_closures.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oo!|z", &zclosure, zend_ce_closure, &newthis, &scope_arg) == FAILURE) {
getThis           213 Zend/zend_exceptions.c 	object = getThis();
getThis           244 Zend/zend_exceptions.c 	zval *object = getThis();
getThis           268 Zend/zend_exceptions.c 	object = getThis();
getThis           317 Zend/zend_exceptions.c 	_default_exception_get_entry(getThis(), "file", sizeof("file")-1, return_value TSRMLS_CC);
getThis           327 Zend/zend_exceptions.c 	_default_exception_get_entry(getThis(), "line", sizeof("line")-1, return_value TSRMLS_CC);
getThis           337 Zend/zend_exceptions.c 	_default_exception_get_entry(getThis(), "message", sizeof("message")-1, return_value TSRMLS_CC);
getThis           347 Zend/zend_exceptions.c 	_default_exception_get_entry(getThis(), "code", sizeof("code")-1, return_value TSRMLS_CC);
getThis           357 Zend/zend_exceptions.c 	_default_exception_get_entry(getThis(), "trace", sizeof("trace")-1, return_value TSRMLS_CC);
getThis           367 Zend/zend_exceptions.c 	_default_exception_get_entry(getThis(), "severity", sizeof("severity")-1, return_value TSRMLS_CC);
getThis           624 Zend/zend_exceptions.c 	trace = zend_read_property(default_exception_ce, getThis(), "trace", sizeof("trace")-1, 1 TSRMLS_CC);
getThis           652 Zend/zend_exceptions.c 	previous = zend_read_property(default_exception_ce, getThis(), "previous", sizeof("previous")-1, 1 TSRMLS_CC);
getThis           683 Zend/zend_exceptions.c 	exception = getThis();
getThis           741 Zend/zend_exceptions.c 	zend_update_property_string(default_exception_ce, getThis(), "string", sizeof("string")-1, str TSRMLS_CC);
getThis           434 Zend/zend_generators.c 	generator = (zend_generator *) zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           450 Zend/zend_generators.c 	generator = (zend_generator *) zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           468 Zend/zend_generators.c 	generator = (zend_generator *) zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           488 Zend/zend_generators.c 	generator = (zend_generator *) zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           508 Zend/zend_generators.c 	generator = (zend_generator *) zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           527 Zend/zend_generators.c 	generator = (zend_generator *) zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           565 Zend/zend_generators.c 	generator = (zend_generator *) zend_object_store_get_object(getThis() TSRMLS_CC);
getThis            35 ext/com_dotnet/com_com.c 	zval *object = getThis();
getThis           188 ext/com_dotnet/com_dotnet.c 	zval *object = getThis();
getThis           257 ext/com_dotnet/com_handlers.c 	Z_OBJ_HANDLER_P(getThis(), call_method)(
getThis           375 ext/com_dotnet/com_handlers.c 	obj = CDNO_FETCH(getThis());
getThis           294 ext/com_dotnet/com_persist.c #define CPH_FETCH()				php_com_persist_helper *helper = (php_com_persist_helper*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           404 ext/com_dotnet/com_variant.c 	zval *object = getThis();
getThis            59 ext/curl/curl_file.c 	return_value = getThis();
getThis            79 ext/curl/curl_file.c 	res = zend_read_property(curl_CURLFile_class, getThis(), name, strlen(name), 1 TSRMLS_CC);
getThis            93 ext/curl/curl_file.c 	zend_update_property_string(curl_CURLFile_class, getThis(), name, strlen(name), arg TSRMLS_CC);
getThis           140 ext/curl/curl_file.c 	zend_update_property_string(curl_CURLFile_class, getThis(), "name", sizeof("name")-1, "" TSRMLS_CC);
getThis           603 ext/date/php_date.c 	object = getThis(); \
getThis          2755 ext/date/php_date.c 		php_date_initialize(zend_object_store_get_object(getThis() TSRMLS_CC), time_str, time_str_len, NULL, timezone_object, 1 TSRMLS_CC);
getThis          2773 ext/date/php_date.c 		php_date_initialize(zend_object_store_get_object(getThis() TSRMLS_CC), time_str, time_str_len, NULL, timezone_object, 1 TSRMLS_CC);
getThis          2905 ext/date/php_date.c 	zval             *object = getThis();
getThis          3079 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &object, date_ce_interface, &format, &format_len) == FAILURE) {
getThis          3160 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &object, date_ce_date, &modify, &modify_len) == FAILURE) {
getThis          3180 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &object, date_ce_immutable, &modify, &modify_len) == FAILURE) {
getThis          3216 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO", &object, date_ce_date, &interval, date_ce_interval) == FAILURE) {
getThis          3232 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO", &object, date_ce_immutable, &interval, date_ce_interval) == FAILURE) {
getThis          3271 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO", &object, date_ce_date, &interval, date_ce_interval) == FAILURE) {
getThis          3287 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO", &object, date_ce_immutable, &interval, date_ce_interval) == FAILURE) {
getThis          3327 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, date_ce_interface) == FAILURE) {
getThis          3373 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO", &object, date_ce_date, &timezone_object, date_ce_timezone) == FAILURE) {
getThis          3390 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO", &object, date_ce_immutable, &timezone_object, date_ce_timezone) == FAILURE) {
getThis          3410 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, date_ce_interface) == FAILURE) {
getThis          3456 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oll|l", &object, date_ce_date, &h, &i, &s) == FAILURE) {
getThis          3473 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oll|l", &object, date_ce_immutable, &h, &i, &s) == FAILURE) {
getThis          3504 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Olll", &object, date_ce_date, &y, &m, &d) == FAILURE) {
getThis          3521 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Olll", &object, date_ce_immutable, &y, &m, &d) == FAILURE) {
getThis          3556 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oll|l", &object, date_ce_date, &y, &w, &d) == FAILURE) {
getThis          3573 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oll|l", &object, date_ce_immutable, &y, &w, &d) == FAILURE) {
getThis          3602 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &object, date_ce_date, &timestamp) == FAILURE) {
getThis          3619 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &object, date_ce_immutable, &timestamp) == FAILURE) {
getThis          3640 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, date_ce_interface) == FAILURE) {
getThis          3666 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO|l", &object1, date_ce_interface, &object2, date_ce_interface, &absolute) == FAILURE) {
getThis          3741 ext/date/php_date.c 		tzobj = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          3743 ext/date/php_date.c 			ZVAL_NULL(getThis());
getThis          3791 ext/date/php_date.c 	zval             *object = getThis();
getThis          3813 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, date_ce_timezone) == FAILURE) {
getThis          3876 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO", &object, date_ce_timezone, &dateobject, date_ce_interface) == FAILURE) {
getThis          3910 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|ll", &object, date_ce_timezone, &timestamp_begin, &timestamp_end) == FAILURE) {
getThis          3990 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, date_ce_timezone) == FAILURE) {
getThis          4179 ext/date/php_date.c 			diobj = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          4183 ext/date/php_date.c 			ZVAL_NULL(getThis());
getThis          4267 ext/date/php_date.c 	zval             *object = getThis();
getThis          4376 ext/date/php_date.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &object, date_ce_interval, &format, &format_len) == FAILURE) {
getThis          4436 ext/date/php_date.c 	dpobj = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          4510 ext/date/php_date.c 	dpobj = (php_period_obj *)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          4537 ext/date/php_date.c         dpobj = (php_period_obj *)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          4568 ext/date/php_date.c 	dpobj = (php_period_obj *)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          5101 ext/date/php_date.c 	zval             *object = getThis();
getThis            68 ext/dom/attr.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|s", &id, dom_attr_class_entry, &name, &name_len, &value, &value_len) == FAILURE) {
getThis           259 ext/dom/attr.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &id, dom_attr_class_entry) == FAILURE) {
getThis            61 ext/dom/cdatasection.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_cdatasection_class_entry, &value, &value_len) == FAILURE) {
getThis           176 ext/dom/characterdata.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oll", &id, dom_characterdata_class_entry, &offset, &count) == FAILURE) {
getThis           223 ext/dom/characterdata.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_characterdata_class_entry, &arg, &arg_len) == FAILURE) {
getThis           259 ext/dom/characterdata.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ols", &id, dom_characterdata_class_entry, &offset, &arg, &arg_len) == FAILURE) {
getThis           306 ext/dom/characterdata.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oll", &id, dom_characterdata_class_entry, &offset, &count) == FAILURE) {
getThis           362 ext/dom/characterdata.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Olls", &id, dom_characterdata_class_entry, &offset, &count, &arg, &arg_len) == FAILURE) {
getThis            61 ext/dom/comment.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|s", &id, dom_comment_class_entry, &value, &value_len) == FAILURE) {
getThis           850 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|s", &id, dom_document_class_entry, &name, &name_len, &value, &value_len) == FAILURE) {
getThis           882 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &id, dom_document_class_entry) == FAILURE) {
getThis           910 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &value, &value_len) == FAILURE) {
getThis           938 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &value, &value_len) == FAILURE) {
getThis           966 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &value, &value_len) == FAILURE) {
getThis           994 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|s", &id, dom_document_class_entry, &name, &name_len, &value, &value_len) == FAILURE) {
getThis          1029 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &name, &name_len) == FAILURE) {
getThis          1063 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &name, &name_len) == FAILURE) {
getThis          1096 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &name, &name_len) == FAILURE) {
getThis          1122 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO|l", &id, dom_document_class_entry, &node, dom_node_class_entry, &recursive) == FAILURE) {
getThis          1180 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os!s|s", &id, dom_document_class_entry, &uri, &uri_len, &name, &name_len, &value, &value_len) == FAILURE) {
getThis          1243 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os!s", &id, dom_document_class_entry, &uri, &uri_len, &name, &name_len) == FAILURE) {
getThis          1305 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oss", &id, dom_document_class_entry, &uri, &uri_len, &name, &name_len) == FAILURE) {
getThis          1332 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &idname, &idname_len) == FAILURE) {
getThis          1369 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &id, dom_document_class_entry) == FAILURE) {
getThis          1401 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|ss", &id, dom_document_class_entry, &version, &version_len, &encoding, &encoding_len) == FAILURE) {
getThis          1621 ext/dom/document.c 	id = getThis();
getThis          1703 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Op|l", &id, dom_document_class_entry, &file, &file_len, &options) == FAILURE) {
getThis          1749 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|O!l", &id, dom_document_class_entry, &nodep, dom_node_class_entry, &options) == FAILURE) {
getThis          1856 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|l", &id, dom_document_class_entry, &flags) == FAILURE) {
getThis          1895 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &id, dom_document_class_entry) == FAILURE) {
getThis          1933 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|l", &id, dom_document_class_entry, &source, &source_len, &flags) == FAILURE) {
getThis          2033 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_document_class_entry, &source, &source_len) == FAILURE) {
getThis          2128 ext/dom/document.c 	id = getThis();
getThis          2232 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Op", &id, dom_document_class_entry, &file, &file_len) == FAILURE) {
getThis          2271 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(),
getThis          2355 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oss!", &id, dom_document_class_entry, &baseclass, &baseclass_len, &extendedclass, &extendedclass_len) == FAILURE) {
getThis            62 ext/dom/documentfragment.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &id, dom_documentfragment_class_entry) == FAILURE) {
getThis           131 ext/dom/documentfragment.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_documentfragment_class_entry, &data, &data_len) == FAILURE) {
getThis           168 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|s!s", &id, dom_element_class_entry, &name, &name_len, &value, &value_len, &uri, &uri_len) == FAILURE) {
getThis           339 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_element_class_entry, &name, &name_len) == FAILURE) {
getThis           381 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oss", &id, dom_element_class_entry, &name, &name_len, &value, &value_len) == FAILURE) {
getThis           446 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_element_class_entry, &name, &name_len) == FAILURE) {
getThis           494 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_element_class_entry, &name, &name_len) == FAILURE) {
getThis           540 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO", &id, dom_element_class_entry, &node, dom_attr_class_entry) == FAILURE) {
getThis           606 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO", &id, dom_element_class_entry, &node, dom_attr_class_entry) == FAILURE) {
getThis           644 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_element_class_entry, &name, &name_len) == FAILURE) {
getThis           671 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os!s", &id, dom_element_class_entry, &uri, &uri_len, &name, &name_len) == FAILURE) {
getThis           753 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os!ss", &id, dom_element_class_entry, &uri, &uri_len, &name, &name_len, &value, &value_len) == FAILURE) {
getThis           879 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os!s", &id, dom_element_class_entry, &uri, &uri_len, &name, &name_len) == FAILURE) {
getThis           935 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os!s", &id, dom_element_class_entry, &uri, &uri_len, &name, &name_len) == FAILURE) {
getThis           965 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO", &id, dom_element_class_entry, &node, dom_attr_class_entry) == FAILURE) {
getThis          1038 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oss", &id, dom_element_class_entry, &uri, &uri_len, &name, &name_len) == FAILURE) {
getThis          1066 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_element_class_entry, &name, &name_len) == FAILURE) {
getThis          1095 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os!s", &id, dom_element_class_entry, &uri, &uri_len, &name, &name_len) == FAILURE) {
getThis          1152 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Osb", &id, dom_element_class_entry, &name, &name_len, &is_id) == FAILURE) {
getThis          1188 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ossb", &id, dom_element_class_entry, &uri, &uri_len, &name, &name_len, &is_id) == FAILURE) {
getThis          1222 ext/dom/element.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OOb", &id, dom_element_class_entry, &node, dom_attr_class_entry, &is_id) == FAILURE) {
getThis            60 ext/dom/entityreference.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_entityreference_class_entry, &name, &name_len) == FAILURE) {
getThis           139 ext/dom/namednodemap.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_namednodemap_class_entry, &named, &namedlen) == FAILURE) {
getThis           213 ext/dom/namednodemap.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &id, dom_namednodemap_class_entry, &index) == FAILURE) {
getThis           271 ext/dom/namednodemap.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os!s", &id, dom_namednodemap_class_entry, &uri, &urilen, &named, &namedlen) == FAILURE) {
getThis          1008 ext/dom/node.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO|O!", &id, dom_node_class_entry, &node, dom_node_class_entry, &ref, dom_node_class_entry) == FAILURE) {
getThis          1171 ext/dom/node.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OOO", &id, dom_node_class_entry, &newnode, dom_node_class_entry, &oldnode, dom_node_class_entry) == FAILURE) {
getThis          1257 ext/dom/node.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO", &id, dom_node_class_entry, &node, dom_node_class_entry) == FAILURE) {
getThis          1308 ext/dom/node.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO", &id, dom_node_class_entry, &node, dom_node_class_entry) == FAILURE) {
getThis          1408 ext/dom/node.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &id, dom_node_class_entry) == FAILURE) {
getThis          1438 ext/dom/node.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|l", &id, dom_node_class_entry, &recursive) == FAILURE) {
getThis          1497 ext/dom/node.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &id, dom_node_class_entry) == FAILURE) {
getThis          1518 ext/dom/node.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oss", &id, dom_node_class_entry, &feature, &feature_len, &version, &version_len) == FAILURE) {
getThis          1540 ext/dom/node.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &id, dom_node_class_entry) == FAILURE) {
getThis          1577 ext/dom/node.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO", &id, dom_node_class_entry, &node, dom_node_class_entry) == FAILURE) {
getThis          1606 ext/dom/node.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_node_class_entry, &uri, &uri_len) == FAILURE) {
getThis          1656 ext/dom/node.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_node_class_entry, &uri, &uri_len) == FAILURE) {
getThis          1689 ext/dom/node.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os!", &id, dom_node_class_entry, &prefix, &prefix_len) == FAILURE) {
getThis          1767 ext/dom/node.c 		if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), 
getThis          1773 ext/dom/node.c 		if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), 
getThis           119 ext/dom/nodelist.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &id, dom_nodelist_class_entry, &index) == FAILURE) {
getThis            62 ext/dom/processinginstruction.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|s", &id, dom_processinginstruction_class_entry, &name, &name_len, &value, &value_len) == FAILURE) {
getThis            76 ext/dom/text.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|s", &id, dom_text_class_entry, &value, &value_len) == FAILURE) {
getThis           158 ext/dom/text.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &id, dom_text_class_entry, &offset) == FAILURE) {
getThis           213 ext/dom/text.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &id, dom_text_class_entry) == FAILURE) {
getThis            88 ext/dom/xml_common.h 	if (NULL == (zval = getThis())) { \
getThis           281 ext/dom/xpath.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO", &id, dom_xpath_class_entry, &doc, dom_document_class_entry) == FAILURE) {
getThis           356 ext/dom/xpath.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oss", &id, dom_xpath_class_entry, &prefix, &prefix_len, &ns_uri, &ns_uri_len) == FAILURE) {
getThis           400 ext/dom/xpath.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|O!b", &id, dom_xpath_class_entry, &expr, &expr_len, &context, dom_node_class_entry, &register_node_ns) == FAILURE) {
getThis            60 ext/fileinfo/fileinfo.c 	zval *object = getThis();
getThis            41 ext/intl/collator/collator_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol",
getThis            72 ext/intl/collator/collator_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oll",
getThis           102 ext/intl/collator/collator_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O",
getThis           131 ext/intl/collator/collator_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol",
getThis            49 ext/intl/collator/collator_compare.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oss",
getThis            75 ext/intl/collator/collator_create.c 	return_value = getThis();
getThis            36 ext/intl/collator/collator_error.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O",
getThis            67 ext/intl/collator/collator_error.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O",
getThis            42 ext/intl/collator/collator_locale.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol",
getThis           300 ext/intl/collator/collator_sort.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oa|l",
getThis           386 ext/intl/collator/collator_sort.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oa",
getThis           558 ext/intl/collator/collator_sort.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os",
getThis            43 ext/intl/common/common_enum.h 	object = getThis(); \
getThis           121 ext/intl/converter/converter.c 	php_converter_default_callback(return_value, getThis(), reason, error TSRMLS_CC);
getThis           143 ext/intl/converter/converter.c 	php_converter_default_callback(return_value, getThis(), reason, error TSRMLS_CC);
getThis           440 ext/intl/converter/converter.c 	php_converter_object *objval = CONV_GET(getThis());
getThis           457 ext/intl/converter/converter.c 	php_converter_object *objval = CONV_GET(getThis());
getThis           464 ext/intl/converter/converter.c 	php_converter_object *objval = CONV_GET(getThis());
getThis           498 ext/intl/converter/converter.c 	php_converter_object *objval = CONV_GET(getThis());
getThis           505 ext/intl/converter/converter.c         php_converter_object *objval = CONV_GET(getThis());
getThis           538 ext/intl/converter/converter.c 	php_converter_object *objval = CONV_GET(getThis());
getThis           545 ext/intl/converter/converter.c 	php_converter_object *objval = CONV_GET(getThis());
getThis           580 ext/intl/converter/converter.c 	php_converter_object *objval = CONV_GET(getThis());
getThis           597 ext/intl/converter/converter.c 	php_converter_resolve_callback(getThis(), objval, "toUCallback",   &(objval->to_cb),   &(objval->to_cache) TSRMLS_CC);
getThis           598 ext/intl/converter/converter.c 	php_converter_resolve_callback(getThis(), objval, "fromUCallback", &(objval->from_cb), &(objval->from_cache) TSRMLS_CC);
getThis           608 ext/intl/converter/converter.c 	php_converter_object *objval = CONV_GET(getThis());
getThis           652 ext/intl/converter/converter.c 	php_converter_object *objval = CONV_GET(getThis());
getThis           780 ext/intl/converter/converter.c         php_converter_object *objval = CONV_GET(getThis());
getThis           876 ext/intl/converter/converter.c 	php_converter_object *objval = CONV_GET(getThis());
getThis           892 ext/intl/converter/converter.c 	php_converter_object *objval = CONV_GET(getThis());
getThis            77 ext/intl/dateformat/dateformat.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O",
getThis           103 ext/intl/dateformat/dateformat.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O",
getThis            39 ext/intl/dateformat/dateformat_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, IntlDateFormatter_ce_ptr ) == FAILURE )
getThis            65 ext/intl/dateformat/dateformat_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, IntlDateFormatter_ce_ptr ) == FAILURE )
getThis            96 ext/intl/dateformat/dateformat_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, IntlDateFormatter_ce_ptr ) == FAILURE )
getThis           140 ext/intl/dateformat/dateformat_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os",
getThis           178 ext/intl/dateformat/dateformat_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|l",
getThis           207 ext/intl/dateformat/dateformat_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O",
getThis           235 ext/intl/dateformat/dateformat_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ob",
getThis           162 ext/intl/dateformat/dateformat_format.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oz",
getThis           138 ext/intl/dateformat/dateformat_parse.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|z!",
getThis           176 ext/intl/dateformat/dateformat_parse.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|z!",
getThis            39 ext/intl/formatter/formatter_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol",
getThis           112 ext/intl/formatter/formatter_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol",
getThis           153 ext/intl/formatter/formatter_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OlZ",
getThis           218 ext/intl/formatter/formatter_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ols",
getThis           259 ext/intl/formatter/formatter_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol",
getThis           308 ext/intl/formatter/formatter_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ols",
getThis           353 ext/intl/formatter/formatter_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O",
getThis           396 ext/intl/formatter/formatter_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os",
getThis           434 ext/intl/formatter/formatter_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|l",
getThis            43 ext/intl/formatter/formatter_format.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OZ|l",
getThis           150 ext/intl/formatter/formatter_format.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ods",
getThis            90 ext/intl/formatter/formatter_main.c 	return_value = getThis();
getThis           105 ext/intl/formatter/formatter_main.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O",
getThis           132 ext/intl/formatter/formatter_main.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O",
getThis            53 ext/intl/formatter/formatter_parse.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|lz!",
getThis           141 ext/intl/formatter/formatter_parse.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Osz|z!",
getThis           108 ext/intl/msgformat/msgformat.c 	return_value = getThis();
getThis           124 ext/intl/msgformat/msgformat.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O",
getThis           152 ext/intl/msgformat/msgformat.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O",
getThis            39 ext/intl/msgformat/msgformat_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, MessageFormatter_ce_ptr ) == FAILURE )
getThis            71 ext/intl/msgformat/msgformat_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os",
getThis           127 ext/intl/msgformat/msgformat_attr.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O",
getThis            78 ext/intl/msgformat/msgformat_format.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oa",
getThis           112 ext/intl/msgformat/msgformat_format.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "ssa",
getThis            69 ext/intl/msgformat/msgformat_parse.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os",
getThis            56 ext/intl/normalizer/normalizer_normalize.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "s|l",
getThis           187 ext/intl/normalizer/normalizer_normalize.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "s|l",
getThis           146 ext/intl/resourcebundle/resourcebundle_class.c 	return_value = getThis();
getThis           248 ext/intl/resourcebundle/resourcebundle_class.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oz|b",	&object, ResourceBundle_ce_ptr, &offset, &fallback ) == FAILURE) {
getThis           290 ext/intl/resourcebundle/resourcebundle_class.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &object, ResourceBundle_ce_ptr ) == FAILURE ) {
getThis           362 ext/intl/resourcebundle/resourcebundle_class.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O",
getThis           390 ext/intl/resourcebundle/resourcebundle_class.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O",
getThis            55 ext/intl/spoofchecker/spoofchecker_class.h     zval*             object  = getThis();   \
getThis           214 ext/intl/transliterator/transliterator_methods.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O",
getThis           314 ext/intl/transliterator/transliterator_methods.c 	object = getThis();
getThis           485 ext/intl/transliterator/transliterator_methods.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O",
getThis           513 ext/intl/transliterator/transliterator_methods.c 	if( zend_parse_method_parameters( ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O",
getThis          1096 ext/mysqli/mysqli.c 	((mysqli_object *) zend_object_store_get_object(getThis() TSRMLS_CC))->ptr = mysqli_resource;
getThis          1149 ext/mysqli/mysqli.c 	((mysqli_object *) zend_object_store_get_object(getThis() TSRMLS_CC))->ptr = mysqli_resource;
getThis          1258 ext/mysqli/mysqli.c 		if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|sz", &mysql_result, mysqli_result_class_entry, &class_name, &class_name_len, &ctor_params) == FAILURE) {
getThis          1261 ext/mysqli/mysqli.c 		if (ZEND_NUM_ARGS() < (getThis() ? 1 : 2)) {
getThis          1273 ext/mysqli/mysqli.c 			if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_result, mysqli_result_class_entry) == FAILURE) {
getThis          1279 ext/mysqli/mysqli.c 			if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|l", &mysql_result, mysqli_result_class_entry, &fetchtype) == FAILURE) {
getThis           151 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis           174 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ob", &mysql_link, mysqli_link_class_entry, &automode) == FAILURE) {
getThis           338 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters((getThis()) ? 1:2 TSRMLS_CC, getThis(), "Os", &mysql_stmt, mysqli_stmt_class_entry,
getThis           346 ext/mysqli/mysqli_api.c 	if (getThis()) {
getThis           599 ext/mysqli/mysqli_api.c 	if (getThis()) {
getThis           603 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters((getThis()) ? 0:1 TSRMLS_CC, getThis(), "O", &mysql_stmt, mysqli_stmt_class_entry) == FAILURE) {
getThis           609 ext/mysqli/mysqli_api.c 	if (argc < (getThis() ? 1 : 2)) {
getThis           646 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Osss", &mysql_link, mysqli_link_class_entry, &user, &user_len, &password, &password_len, &dbname, &dbname_len) == FAILURE) {
getThis           688 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis           750 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis           776 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|ls", &mysql_link, mysqli_link_class_entry, &flags, &name, &name_len) == FAILURE) {
getThis           800 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &mysql_result, mysqli_result_class_entry, &offset) == FAILURE) {
getThis           844 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis           860 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis           876 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis           914 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_stmt, mysqli_stmt_class_entry) == FAILURE) {
getThis          1008 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_stmt, mysqli_stmt_class_entry) == FAILURE) {
getThis          1179 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_stmt, mysqli_stmt_class_entry) == FAILURE) {
getThis          1241 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_result, mysqli_result_class_entry) == FAILURE) {
getThis          1266 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_result, mysqli_result_class_entry) == FAILURE) {
getThis          1295 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &mysql_result, mysqli_result_class_entry, &offset) == FAILURE) {
getThis          1324 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_result, mysqli_result_class_entry) == FAILURE) {
getThis          1358 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis          1376 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &mysql_result, mysqli_result_class_entry, &fieldnr) == FAILURE) {
getThis          1398 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_result, mysqli_result_class_entry) == FAILURE) {
getThis          1414 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_result, mysqli_result_class_entry) == FAILURE) {
getThis          1450 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis          1469 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis          1485 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis          1504 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis          1521 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis          1540 ext/mysqli/mysqli_api.c 	if (getThis() && ((mysqli_object *) zend_object_store_get_object(getThis() TSRMLS_CC))->ptr) {
getThis          1564 ext/mysqli/mysqli_api.c 	if (!getThis() || !instanceof_function(Z_OBJCE_P(getThis()), mysqli_link_class_entry TSRMLS_CC)) {
getThis          1567 ext/mysqli/mysqli_api.c 		((mysqli_object *) zend_object_store_get_object(getThis() TSRMLS_CC))->ptr = mysqli_resource;
getThis          1589 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis          1606 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &mysql_link, mysqli_link_class_entry, &processid) == FAILURE) {
getThis          1631 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis          1646 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis          1669 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_stmt, mysqli_stmt_class_entry) == FAILURE) {
getThis          1685 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_stmt, mysqli_stmt_class_entry) == FAILURE) {
getThis          1709 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_result, mysqli_result_class_entry) == FAILURE) {
getThis          1725 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_result, mysqli_result_class_entry) == FAILURE) {
getThis          1822 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OlZ", &mysql_link, mysqli_link_class_entry, &mysql_option, &mysql_value) == FAILURE) {
getThis          1877 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis          1899 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os",&mysql_link, mysqli_link_class_entry, &query, &query_len) == FAILURE) {
getThis          1988 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &mysql_link, mysqli_link_class_entry, &query, &query_len) == FAILURE) {
getThis          2018 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &mysql_link, mysqli_link_class_entry, &escapestr, &escapestr_len) == FAILURE) {
getThis          2042 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|ls", &mysql_link, mysqli_link_class_entry, &flags, &name, &name_len) == FAILURE) {
getThis          2068 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ols", &mysql_stmt, mysqli_stmt_class_entry, &param_nr, &data, &data_len) == FAILURE) {
getThis          2093 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_stmt, mysqli_stmt_class_entry) == FAILURE) {
getThis          2113 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_stmt, mysqli_stmt_class_entry) == FAILURE) {
getThis          2134 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &mysql_stmt, mysqli_stmt_class_entry, &offset) == FAILURE) {
getThis          2155 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_stmt, mysqli_stmt_class_entry) == FAILURE) {
getThis          2171 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_stmt, mysqli_stmt_class_entry) == FAILURE) {
getThis          2189 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_stmt, mysqli_stmt_class_entry) == FAILURE) {
getThis          2205 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_stmt, mysqli_stmt_class_entry) == FAILURE) {
getThis          2221 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_stmt, mysqli_stmt_class_entry) == FAILURE) {
getThis          2242 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_stmt, mysqli_stmt_class_entry) == FAILURE) {
getThis          2262 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &mysql_link, mysqli_link_class_entry, &dbname, &dbname_len) == FAILURE) {
getThis          2283 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis          2303 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Osssss", &mysql_link, mysqli_link_class_entry, &ssl_parm[0], &ssl_parm_len[0], &ssl_parm[1], &ssl_parm_len[1], &ssl_parm[2], &ssl_parm_len[2], &ssl_parm[3], &ssl_parm_len[3], &ssl_parm[4], &ssl_parm_len[4])   == FAILURE) {
getThis          2331 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis          2360 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &mysql_link, mysqli_link_class_entry, &options) == FAILURE) {
getThis          2386 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oll", &mysql_stmt, mysqli_stmt_class_entry, &attr, &mode_in) == FAILURE) {
getThis          2429 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &mysql_stmt, mysqli_stmt_class_entry, &attr) == FAILURE) {
getThis          2453 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_stmt, mysqli_stmt_class_entry) == FAILURE) {
getThis          2470 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_stmt, mysqli_stmt_class_entry) == FAILURE) {
getThis          2492 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O",&mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis          2525 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &mysql_stmt, mysqli_stmt_class_entry, &query, &query_len) == FAILURE) {
getThis          2549 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_stmt, mysqli_stmt_class_entry) == FAILURE) {
getThis          2573 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_stmt, mysqli_stmt_class_entry) == FAILURE) {
getThis          2623 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_stmt, mysqli_stmt_class_entry) == FAILURE) {
getThis          2646 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|l", &mysql_link, mysqli_link_class_entry, &flags) == FAILURE) {
getThis          2678 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis          2704 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis          2731 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis           139 ext/mysqli/mysqli_driver.c 	((mysqli_object *) zend_object_store_get_object(getThis() TSRMLS_CC))->ptr = mysqli_resource;
getThis            64 ext/mysqli/mysqli_nonapi.c 	zval				*object = getThis();
getThis            85 ext/mysqli/mysqli_nonapi.c 	if (getThis() && !ZEND_NUM_ARGS() && in_ctor) {
getThis           110 ext/mysqli/mysqli_nonapi.c 		if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|sssslsl", &object, mysqli_link_class_entry,
getThis           374 ext/mysqli/mysqli_nonapi.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|l", &mysql_result, mysqli_result_class_entry, &mode) == FAILURE) {
getThis           410 ext/mysqli/mysqli_nonapi.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O",
getThis           428 ext/mysqli/mysqli_nonapi.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis           472 ext/mysqli/mysqli_nonapi.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_stmt, mysqli_stmt_class_entry) == FAILURE) {
getThis           526 ext/mysqli/mysqli_nonapi.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &mysql_link, mysqli_link_class_entry, &query, &query_len) == FAILURE) {
getThis           572 ext/mysqli/mysqli_nonapi.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|l", &mysql_link, mysqli_link_class_entry, &query, &query_len, &resultmode) == FAILURE) {
getThis           853 ext/mysqli/mysqli_nonapi.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis           907 ext/mysqli/mysqli_nonapi.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_stmt, mysqli_stmt_class_entry) == FAILURE) {
getThis           934 ext/mysqli/mysqli_nonapi.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis           964 ext/mysqli/mysqli_nonapi.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &stmt_link, mysqli_stmt_class_entry) == FAILURE) {
getThis           992 ext/mysqli/mysqli_nonapi.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &mysql_link, mysqli_link_class_entry, &cs_name, &csname_len) == FAILURE) {
getThis          1020 ext/mysqli/mysqli_nonapi.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &mysql_link, mysqli_link_class_entry) == FAILURE) {
getThis          1127 ext/mysqli/mysqli_nonapi.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|ls", &mysql_link, mysqli_link_class_entry, &flags, &name, &name_len) == FAILURE) {
getThis          1181 ext/mysqli/mysqli_nonapi.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &mysql_link, mysqli_link_class_entry, &name, &name_len) == FAILURE) {
getThis          1211 ext/mysqli/mysqli_nonapi.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &mysql_link, mysqli_link_class_entry, &name, &name_len) == FAILURE) {
getThis           190 ext/mysqli/mysqli_warning.c 	mysqli_object *obj = (mysqli_object *)zend_objects_get_address(getThis() TSRMLS_CC);
getThis           193 ext/mysqli/mysqli_warning.c 		if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O",
getThis           321 ext/mysqli/mysqli_warning.c 	if (!getThis() || !instanceof_function(Z_OBJCE_P(getThis()), mysqli_warning_class_entry TSRMLS_CC)) {
getThis           324 ext/mysqli/mysqli_warning.c 		((mysqli_object *) zend_object_store_get_object(getThis() TSRMLS_CC))->ptr = mysqli_resource;
getThis           245 ext/mysqli/php_mysqli_structs.h 	zval *object = getThis();\
getThis           164 ext/oci8/oci8_interface.c 	zval **tmp, *z_descriptor = getThis();
getThis           167 ext/oci8/oci8_interface.c 	if (!getThis()) {
getThis           189 ext/oci8/oci8_interface.c 	zval **tmp, *z_descriptor = getThis();
getThis           196 ext/oci8/oci8_interface.c 	if (getThis()) {
getThis           230 ext/oci8/oci8_interface.c 	zval **tmp, *z_descriptor = getThis();
getThis           235 ext/oci8/oci8_interface.c 	if (getThis()) {
getThis           280 ext/oci8/oci8_interface.c 	zval **tmp, *z_descriptor = getThis();
getThis           285 ext/oci8/oci8_interface.c 	if (!getThis()) {
getThis           314 ext/oci8/oci8_interface.c 	zval **tmp, *z_descriptor = getThis();
getThis           320 ext/oci8/oci8_interface.c 	if (getThis()) {
getThis           359 ext/oci8/oci8_interface.c 	zval **tmp, *z_descriptor = getThis();
getThis           363 ext/oci8/oci8_interface.c 	if (!getThis()) {
getThis           389 ext/oci8/oci8_interface.c 	zval **tmp, *z_descriptor = getThis();
getThis           392 ext/oci8/oci8_interface.c 	if (!getThis()) {
getThis           413 ext/oci8/oci8_interface.c 	zval **tmp, *z_descriptor = getThis();
getThis           416 ext/oci8/oci8_interface.c 	if (!getThis()) {
getThis           439 ext/oci8/oci8_interface.c 	zval **tmp, *z_descriptor = getThis();
getThis           444 ext/oci8/oci8_interface.c 	if (getThis()) {
getThis           491 ext/oci8/oci8_interface.c 	zval **tmp, *z_descriptor = getThis();
getThis           495 ext/oci8/oci8_interface.c 	if (!getThis()) {
getThis           519 ext/oci8/oci8_interface.c 	zval **tmp, *z_descriptor = getThis();
getThis           526 ext/oci8/oci8_interface.c 	if (getThis()) {
getThis           567 ext/oci8/oci8_interface.c 	zval **tmp_dest, **tmp_from, *z_descriptor_dest = getThis(), *z_descriptor_from;
getThis           570 ext/oci8/oci8_interface.c 	if (getThis()) {
getThis           606 ext/oci8/oci8_interface.c 	zval **tmp, *z_descriptor = getThis();
getThis           611 ext/oci8/oci8_interface.c 	if (getThis()) {
getThis           646 ext/oci8/oci8_interface.c 	zval **tmp, *z_descriptor = getThis();
getThis           651 ext/oci8/oci8_interface.c 	if (getThis()) {
getThis           700 ext/oci8/oci8_interface.c 	zval **tmp, *z_descriptor = getThis();
getThis           704 ext/oci8/oci8_interface.c 	if (getThis()) {
getThis           738 ext/oci8/oci8_interface.c 	zval **tmp, *z_descriptor = getThis();
getThis           742 ext/oci8/oci8_interface.c 	if (getThis()) {
getThis           771 ext/oci8/oci8_interface.c 	zval **tmp, *z_descriptor = getThis();
getThis           774 ext/oci8/oci8_interface.c 	if (!getThis()) {
getThis           876 ext/oci8/oci8_interface.c 	zval **tmp, *z_descriptor = getThis();
getThis           885 ext/oci8/oci8_interface.c 	if (getThis()) {
getThis          1009 ext/oci8/oci8_interface.c 	zval **tmp, *z_descriptor = getThis();
getThis          1015 ext/oci8/oci8_interface.c 	if (getThis()) {
getThis          1044 ext/oci8/oci8_interface.c 	zval **tmp, *z_descriptor = getThis();
getThis          1047 ext/oci8/oci8_interface.c 	if (!getThis()) {
getThis          2165 ext/oci8/oci8_interface.c 	zval **tmp, *z_collection = getThis();
getThis          2168 ext/oci8/oci8_interface.c 	if (!getThis()) {
getThis          2190 ext/oci8/oci8_interface.c 	zval **tmp, *z_collection = getThis();
getThis          2195 ext/oci8/oci8_interface.c 	if (getThis()) {
getThis          2224 ext/oci8/oci8_interface.c 	zval **tmp, *z_collection = getThis();
getThis          2229 ext/oci8/oci8_interface.c 	if (getThis()) {
getThis          2261 ext/oci8/oci8_interface.c 	zval **tmp_dest, **tmp_from, *z_collection_dest = getThis(), *z_collection_from;
getThis          2264 ext/oci8/oci8_interface.c 	if (getThis()) {
getThis          2299 ext/oci8/oci8_interface.c 	zval **tmp, *z_collection = getThis();
getThis          2305 ext/oci8/oci8_interface.c 	if (getThis()) {
getThis          2334 ext/oci8/oci8_interface.c 	zval **tmp, *z_collection = getThis();
getThis          2338 ext/oci8/oci8_interface.c 	if (!getThis()) {
getThis          2362 ext/oci8/oci8_interface.c 	zval **tmp, *z_collection = getThis();
getThis          2366 ext/oci8/oci8_interface.c 	if (!getThis()) {
getThis          2390 ext/oci8/oci8_interface.c 	zval **tmp, *z_collection = getThis();
getThis          2394 ext/oci8/oci8_interface.c 	if (getThis()) {
getThis           203 ext/pdo/pdo_dbh.c 	zval *object = getThis();
getThis           507 ext/pdo/pdo_dbh.c 	pdo_dbh_t *dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           580 ext/pdo/pdo_dbh.c 	zend_objects_store_add_ref(getThis() TSRMLS_CC);
getThis           582 ext/pdo/pdo_dbh.c 	stmt->database_object_handle = *getThis();
getThis           604 ext/pdo/pdo_dbh.c 	pdo_dbh_t *dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           637 ext/pdo/pdo_dbh.c 	pdo_dbh_t *dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           663 ext/pdo/pdo_dbh.c 	pdo_dbh_t *dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           689 ext/pdo/pdo_dbh.c 	pdo_dbh_t *dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           864 ext/pdo/pdo_dbh.c 	pdo_dbh_t *dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           886 ext/pdo/pdo_dbh.c 	pdo_dbh_t *dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           950 ext/pdo/pdo_dbh.c 	pdo_dbh_t *dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           980 ext/pdo/pdo_dbh.c 	pdo_dbh_t *dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1009 ext/pdo/pdo_dbh.c 	pdo_dbh_t *dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1040 ext/pdo/pdo_dbh.c 	pdo_dbh_t *dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1085 ext/pdo/pdo_dbh.c 	pdo_dbh_t *dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1119 ext/pdo/pdo_dbh.c 	zend_objects_store_add_ref(getThis() TSRMLS_CC);
getThis          1121 ext/pdo/pdo_dbh.c 	stmt->database_object_handle = *getThis();
getThis          1162 ext/pdo/pdo_dbh.c 	pdo_dbh_t *dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           111 ext/pdo/pdo_stmt.c   pdo_stmt_t *stmt = (pdo_stmt_t*)zend_object_store_get_object(getThis() TSRMLS_CC);	\
getThis           569 ext/pdo_pgsql/pgsql_driver.c 	dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           677 ext/pdo_pgsql/pgsql_driver.c 	dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           777 ext/pdo_pgsql/pgsql_driver.c 	dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           870 ext/pdo_pgsql/pgsql_driver.c 	dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           935 ext/pdo_pgsql/pgsql_driver.c 	dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           983 ext/pdo_pgsql/pgsql_driver.c 	dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1026 ext/pdo_pgsql/pgsql_driver.c 	dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1057 ext/pdo_pgsql/pgsql_driver.c 	dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1117 ext/pdo_pgsql/pgsql_driver.c 	dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           551 ext/pdo_sqlite/sqlite_driver.c 	dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           622 ext/pdo_sqlite/sqlite_driver.c 	dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           684 ext/pdo_sqlite/sqlite_driver.c 	dbh = zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1150 ext/phar/phar_object.c 	zval *zobj = getThis(), arg1, arg2;
getThis          1152 ext/phar/phar_object.c 	phar_obj = (phar_archive_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1388 ext/phar/phar_object.c 	phar_archive_object *phar_obj = (phar_archive_object*)zend_object_store_get_object(getThis() TSRMLS_CC); \
getThis          1400 ext/phar/phar_object.c 	phar_archive_object *phar_obj = (phar_archive_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          4455 ext/phar/phar_object.c 	zval *zobj = getThis(), arg1;
getThis          4461 ext/phar/phar_object.c 	entry_obj = (phar_entry_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          4510 ext/phar/phar_object.c 	phar_entry_object *entry_obj = (phar_entry_object*)zend_object_store_get_object(getThis() TSRMLS_CC); \
getThis          4522 ext/phar/phar_object.c 	phar_entry_object *entry_obj = (phar_entry_object*)zend_object_store_get_object(getThis() TSRMLS_CC); \
getThis           103 ext/reflection/php_reflection.c 	intern = (reflection_object *) zend_object_store_get_object(getThis() TSRMLS_CC);                       \
getThis          1500 ext/reflection/php_reflection.c 	intern = (reflection_object *) zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1645 ext/reflection/php_reflection.c 	object = getThis();
getThis          1712 ext/reflection/php_reflection.c 	_default_get_entry(getThis(), "name", sizeof("name"), return_value TSRMLS_CC);
getThis          2189 ext/reflection/php_reflection.c 	object = getThis();
getThis          2371 ext/reflection/php_reflection.c 	_default_get_entry(getThis(), "name", sizeof("name"), return_value TSRMLS_CC);
getThis          2759 ext/reflection/php_reflection.c 	object = getThis();
getThis          2908 ext/reflection/php_reflection.c 				Z_OBJCE_P(getThis())->name);
getThis          3017 ext/reflection/php_reflection.c 				Z_OBJCE_P(getThis())->name);
getThis          3177 ext/reflection/php_reflection.c 	if (zend_hash_find(Z_OBJPROP_P(getThis()), "name", sizeof("name"), (void **) &name) == FAILURE) {
getThis          3200 ext/reflection/php_reflection.c 	if (zend_hash_find(Z_OBJPROP_P(getThis()), "name", sizeof("name"), (void **) &name) == FAILURE) {
getThis          3223 ext/reflection/php_reflection.c 	if (zend_hash_find(Z_OBJPROP_P(getThis()), "name", sizeof("name"), (void **) &name) == FAILURE) {
getThis          3338 ext/reflection/php_reflection.c 	intern = (reflection_object *) zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          3375 ext/reflection/php_reflection.c 	object = getThis();
getThis          3599 ext/reflection/php_reflection.c 	_default_get_entry(getThis(), "name", sizeof("name"), return_value TSRMLS_CC);
getThis          4754 ext/reflection/php_reflection.c 	if (zend_hash_find(Z_OBJPROP_P(getThis()), "name", sizeof("name"), (void **) &name) == FAILURE) {
getThis          4777 ext/reflection/php_reflection.c 	if (zend_hash_find(Z_OBJPROP_P(getThis()), "name", sizeof("name"), (void **) &name) == FAILURE) {
getThis          4800 ext/reflection/php_reflection.c 	if (zend_hash_find(Z_OBJPROP_P(getThis()), "name", sizeof("name"), (void **) &name) == FAILURE) {
getThis          4856 ext/reflection/php_reflection.c 	object = getThis();
getThis          4965 ext/reflection/php_reflection.c 	_default_get_entry(getThis(), "name", sizeof("name"), return_value TSRMLS_CC);
getThis          5051 ext/reflection/php_reflection.c 		_default_get_entry(getThis(), "name", sizeof("name"), &name TSRMLS_CC);
getThis          5099 ext/reflection/php_reflection.c 		_default_get_entry(getThis(), "name", sizeof("name"), &name TSRMLS_CC);
getThis          5222 ext/reflection/php_reflection.c 	intern = (reflection_object *) zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          5257 ext/reflection/php_reflection.c 	object = getThis();
getThis          5305 ext/reflection/php_reflection.c 	_default_get_entry(getThis(), "name", sizeof("name"), return_value TSRMLS_CC);
getThis          5618 ext/reflection/php_reflection.c 	object = getThis();
getThis          1261 ext/simplexml/simplexml.c 	sxe = php_sxe_fetch_object(getThis() TSRMLS_CC);
getThis          1345 ext/simplexml/simplexml.c 	sxe = php_sxe_fetch_object(getThis() TSRMLS_CC);
getThis          1379 ext/simplexml/simplexml.c 		sxe = php_sxe_fetch_object(getThis() TSRMLS_CC);
getThis          1408 ext/simplexml/simplexml.c 	sxe = php_sxe_fetch_object(getThis() TSRMLS_CC);
getThis          1492 ext/simplexml/simplexml.c 	sxe = php_sxe_fetch_object(getThis() TSRMLS_CC);
getThis          1539 ext/simplexml/simplexml.c 	sxe = php_sxe_fetch_object(getThis() TSRMLS_CC);
getThis          1569 ext/simplexml/simplexml.c 	sxe = php_sxe_fetch_object(getThis() TSRMLS_CC);
getThis          1591 ext/simplexml/simplexml.c 	sxe = php_sxe_fetch_object(getThis() TSRMLS_CC);
getThis          1618 ext/simplexml/simplexml.c 	sxe = php_sxe_fetch_object(getThis() TSRMLS_CC);
getThis          1652 ext/simplexml/simplexml.c 	sxe = php_sxe_fetch_object(getThis() TSRMLS_CC);
getThis          1718 ext/simplexml/simplexml.c 	sxe = php_sxe_fetch_object(getThis() TSRMLS_CC);
getThis          1865 ext/simplexml/simplexml.c 	if (sxe_object_cast(getThis(), result, IS_STRING TSRMLS_CC) == SUCCESS) {
getThis          1929 ext/simplexml/simplexml.c 	php_sxe_object *sxe = php_sxe_fetch_object(getThis() TSRMLS_CC);
getThis          2239 ext/simplexml/simplexml.c 	php_sxe_object *sxe = php_sxe_fetch_object(getThis() TSRMLS_CC);
getThis            49 ext/simplexml/sxe.c 	iter.sxe = php_sxe_fetch_object(getThis() TSRMLS_CC);
getThis            58 ext/simplexml/sxe.c 	php_sxe_object *sxe = php_sxe_fetch_object(getThis() TSRMLS_CC);
getThis            72 ext/simplexml/sxe.c 	php_sxe_object *sxe = php_sxe_fetch_object(getThis() TSRMLS_CC);
getThis            92 ext/simplexml/sxe.c 	php_sxe_object *sxe = php_sxe_fetch_object(getThis() TSRMLS_CC);
getThis           122 ext/simplexml/sxe.c 	iter.sxe = php_sxe_fetch_object(getThis() TSRMLS_CC);
getThis           131 ext/simplexml/sxe.c 	php_sxe_object *sxe = php_sxe_fetch_object(getThis() TSRMLS_CC);
getThis           159 ext/simplexml/sxe.c 	php_sxe_object *sxe = php_sxe_fetch_object(getThis() TSRMLS_CC);
getThis           724 ext/snmp/snmp.c 	php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_NOERROR, "");
getThis           741 ext/snmp/snmp.c 		php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_MULTIPLE_SET_QUERIES, "Can not fit all OIDs for SET query into one packet, using multiple queries");
getThis           772 ext/snmp/snmp.c 						php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_OID_PARSING_ERROR, "Could not add variable: OID='%s' type='%c' value='%s': %s", buf, objid_query->vars[objid_query->offset].type, objid_query->vars[objid_query->offset].value, snmp_api_errstring(snmp_errno));
getThis           814 ext/snmp/snmp.c 						php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at '%s': %s", buf, buf2);
getThis           884 ext/snmp/snmp.c 							php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_OID_NOT_INCREASING, "Error: OID not increasing: %s", buf2);
getThis           917 ext/snmp/snmp.c 						php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at '%s': %s", buf, snmp_errstring(response->errstat));
getThis           919 ext/snmp/snmp.c 						php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at %u object_id: %s", response->errindex, snmp_errstring(response->errstat));
getThis           937 ext/snmp/snmp.c 			php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_TIMEOUT, "No response from %s", session->peername);
getThis           946 ext/snmp/snmp.c 			php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_GENERIC, "Fatal error: %s", err);
getThis          1435 ext/snmp/snmp.c 	int session_less_mode = (getThis() == NULL);
getThis          1504 ext/snmp/snmp.c 	if (!php_snmp_parse_oid(getThis(), st, &objid_query, oid, type, value TSRMLS_CC)) {
getThis          1521 ext/snmp/snmp.c 		zval *object = getThis();
getThis          1811 ext/snmp/snmp.c 	zval *object = getThis();
getThis          1863 ext/snmp/snmp.c 	zval *object = getThis();
getThis          1913 ext/snmp/snmp.c 	zval *object = getThis();
getThis          1938 ext/snmp/snmp.c 	zval *object = getThis();
getThis          1952 ext/snmp/snmp.c 	zval *object = getThis();
getThis           924 ext/soap/soap.c 	fci.function_table = &Z_OBJCE_P(getThis())->function_table;
getThis           927 ext/soap/soap.c 	fci.object_ptr = getThis();
getThis           708 ext/spl/spl_array.c 	RETURN_BOOL(spl_array_has_dimension_ex(0, getThis(), index, 2 TSRMLS_CC));
getThis           720 ext/spl/spl_array.c 	value = spl_array_read_dimension_ex(0, getThis(), index, BP_VAR_R TSRMLS_CC);
getThis           733 ext/spl/spl_array.c 	spl_array_write_dimension_ex(0, getThis(), index, value TSRMLS_CC);
getThis           767 ext/spl/spl_array.c 	spl_array_iterator_append(getThis(), value TSRMLS_CC);
getThis           779 ext/spl/spl_array.c 	spl_array_unset_dimension_ex(0, getThis(), index TSRMLS_CC);
getThis           787 ext/spl/spl_array.c 	zval *object = getThis(), *tmp;
getThis          1201 ext/spl/spl_array.c 	zval *object = getThis();
getThis          1238 ext/spl/spl_array.c 	zval *object = getThis();
getThis          1254 ext/spl/spl_array.c 	zval *object = getThis();
getThis          1269 ext/spl/spl_array.c 	zval *object = getThis();
getThis          1284 ext/spl/spl_array.c 	zval *object = getThis();
getThis          1300 ext/spl/spl_array.c 	zval *object = getThis(), *tmp, **array;
getThis          1319 ext/spl/spl_array.c 	zval *object = getThis();
getThis          1344 ext/spl/spl_array.c 	zval *object = getThis();
getThis          1360 ext/spl/spl_array.c 	zval *object = getThis();
getThis          1444 ext/spl/spl_array.c 	spl_array_object *intern = (spl_array_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1457 ext/spl/spl_array.c 	spl_array_object *intern = (spl_array_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1538 ext/spl/spl_array.c 	zval *object = getThis();
getThis          1566 ext/spl/spl_array.c 	spl_array_iterator_key(getThis(), return_value TSRMLS_CC);
getThis          1586 ext/spl/spl_array.c 	zval *object = getThis();
getThis          1606 ext/spl/spl_array.c 	zval *object = getThis();
getThis          1626 ext/spl/spl_array.c 	zval *object = getThis(), **entry;
getThis          1650 ext/spl/spl_array.c 	zval *object = getThis(), **entry, *flags;
getThis          1670 ext/spl/spl_array.c 		if (instanceof_function(Z_OBJCE_PP(entry), Z_OBJCE_P(getThis()) TSRMLS_CC)) {
getThis          1677 ext/spl/spl_array.c 	spl_instantiate_arg_ex2(Z_OBJCE_P(getThis()), &return_value, 0, *entry, flags TSRMLS_CC);
getThis          1686 ext/spl/spl_array.c 	zval *object = getThis();
getThis          1744 ext/spl/spl_array.c 	spl_array_object *intern = (spl_array_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           715 ext/spl/spl_directory.c 	intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           753 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           771 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           792 ext/spl/spl_directory.c 	RETURN_ZVAL(getThis(), 1, 0);
getThis           800 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           822 ext/spl/spl_directory.c 	spl_filesystem_object *intern    = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           832 ext/spl/spl_directory.c 		zend_call_method_with_0_params(&this_ptr, Z_OBJCE_P(getThis()), &intern->u.dir.func_rewind, "rewind", &retval);
getThis           841 ext/spl/spl_directory.c 		zend_call_method_with_0_params(&this_ptr, Z_OBJCE_P(getThis()), &intern->u.dir.func_valid, "valid", &retval);
getThis           851 ext/spl/spl_directory.c 		zend_call_method_with_0_params(&this_ptr, Z_OBJCE_P(getThis()), &intern->u.dir.func_next, "next", &retval);
getThis           862 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           876 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           893 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           914 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           928 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           969 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1000 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1029 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1048 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1068 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1087 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1100 ext/spl/spl_directory.c 		RETURN_ZVAL(getThis(), 1, 0);
getThis          1110 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1143 ext/spl/spl_directory.c 	intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1157 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC); \
getThis          1249 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1297 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1339 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1349 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1367 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1385 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1403 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1445 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1466 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1479 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1495 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1520 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1534 ext/spl/spl_directory.c 	spl_instantiate_arg_ex2(Z_OBJCE_P(getThis()), &return_value, 0, zpath, zflags TSRMLS_CC);
getThis          1557 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1575 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1614 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2205 ext/spl/spl_directory.c 			zend_call_method_with_0_params(&this_ptr, Z_OBJCE_P(getThis()), &intern->u.file.func_getCurr, "getCurrentLine", &retval);
getThis          2290 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2353 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2388 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2394 ext/spl/spl_directory.c 	spl_filesystem_file_rewind(getThis(), intern TSRMLS_CC);
getThis          2401 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2419 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2439 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2460 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2472 ext/spl/spl_directory.c 		spl_filesystem_file_read_line(getThis(), intern, 1 TSRMLS_CC);
getThis          2486 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2503 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2511 ext/spl/spl_directory.c 		spl_filesystem_file_read_line(getThis(), intern, 1 TSRMLS_CC);
getThis          2520 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2531 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2546 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2564 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2598 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC); \
getThis          2607 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2654 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2698 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2741 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2765 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2779 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);	
getThis          2800 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2820 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2850 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2877 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2891 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2909 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2935 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2969 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2993 ext/spl/spl_directory.c 	spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          3009 ext/spl/spl_directory.c 	spl_filesystem_file_rewind(getThis(), intern TSRMLS_CC);
getThis          3012 ext/spl/spl_directory.c 		if (spl_filesystem_file_read_line(getThis(), intern, 1 TSRMLS_CC) == FAILURE) {
getThis           570 ext/spl/spl_dllist.c 	intern = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           590 ext/spl/spl_dllist.c 	intern = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           608 ext/spl/spl_dllist.c 	intern = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           631 ext/spl/spl_dllist.c 	intern = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           654 ext/spl/spl_dllist.c 	intern = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           677 ext/spl/spl_dllist.c 	intern = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           694 ext/spl/spl_dllist.c 	spl_dllist_object *intern = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           715 ext/spl/spl_dllist.c 	spl_dllist_object_count_elements(getThis(), &count TSRMLS_CC);
getThis           731 ext/spl/spl_dllist.c 	intern = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           755 ext/spl/spl_dllist.c 	intern = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           773 ext/spl/spl_dllist.c 	intern = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           792 ext/spl/spl_dllist.c 	intern = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           823 ext/spl/spl_dllist.c 	intern = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           880 ext/spl/spl_dllist.c 	intern = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1052 ext/spl/spl_dllist.c 	spl_dllist_object *intern = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1066 ext/spl/spl_dllist.c 	spl_dllist_object *intern = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1080 ext/spl/spl_dllist.c 	spl_dllist_object *intern = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1094 ext/spl/spl_dllist.c 	spl_dllist_object *intern = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1108 ext/spl/spl_dllist.c 	spl_dllist_object *intern = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1122 ext/spl/spl_dllist.c 	spl_dllist_object     *intern  = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1141 ext/spl/spl_dllist.c 	spl_dllist_object     *intern   = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1186 ext/spl/spl_dllist.c 	spl_dllist_object     *intern   = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1254 ext/spl/spl_dllist.c 	intern = (spl_dllist_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           582 ext/spl/spl_fixedarray.c 	zval *object = getThis();
getThis           611 ext/spl/spl_fixedarray.c 	spl_fixedarray_object *intern = (spl_fixedarray_object *) zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           613 ext/spl/spl_fixedarray.c 	HashTable *intern_ht = zend_std_get_properties(getThis() TSRMLS_CC);
getThis           643 ext/spl/spl_fixedarray.c 	zval *object = getThis();
getThis           668 ext/spl/spl_fixedarray.c 	intern = (spl_fixedarray_object *)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           777 ext/spl/spl_fixedarray.c 	zval *object = getThis();
getThis           796 ext/spl/spl_fixedarray.c 	zval *object = getThis();
getThis           830 ext/spl/spl_fixedarray.c 	intern = (spl_fixedarray_object *)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           846 ext/spl/spl_fixedarray.c 	intern    = (spl_fixedarray_object *)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           866 ext/spl/spl_fixedarray.c 	intern = (spl_fixedarray_object *)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           882 ext/spl/spl_fixedarray.c 	intern = (spl_fixedarray_object *)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           982 ext/spl/spl_fixedarray.c 	spl_fixedarray_object *intern = (spl_fixedarray_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           996 ext/spl/spl_fixedarray.c 	spl_fixedarray_object *intern = (spl_fixedarray_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1010 ext/spl/spl_fixedarray.c 	spl_fixedarray_object *intern = (spl_fixedarray_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1024 ext/spl/spl_fixedarray.c 	spl_fixedarray_object *intern = (spl_fixedarray_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1039 ext/spl/spl_fixedarray.c 	spl_fixedarray_object *intern  = (spl_fixedarray_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           589 ext/spl/spl_heap.c 	spl_heap_object *intern = (spl_heap_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           604 ext/spl/spl_heap.c 	spl_heap_object *intern = (spl_heap_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           625 ext/spl/spl_heap.c 	intern = (spl_heap_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           634 ext/spl/spl_heap.c 	spl_ptr_heap_insert(intern->heap, value, getThis() TSRMLS_CC);
getThis           651 ext/spl/spl_heap.c 	intern = (spl_heap_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           658 ext/spl/spl_heap.c 	value  = (zval *)spl_ptr_heap_delete_top(intern->heap, getThis() TSRMLS_CC);
getThis           680 ext/spl/spl_heap.c 	intern = (spl_heap_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           696 ext/spl/spl_heap.c 	spl_ptr_heap_insert(intern->heap, elem, getThis() TSRMLS_CC);
getThis           713 ext/spl/spl_heap.c 	intern = (spl_heap_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           720 ext/spl/spl_heap.c 	value  = (zval *)spl_ptr_heap_delete_top(intern->heap, getThis() TSRMLS_CC);
getThis           756 ext/spl/spl_heap.c 	intern = (spl_heap_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           792 ext/spl/spl_heap.c 	intern = (spl_heap_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           810 ext/spl/spl_heap.c 	intern = (spl_heap_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           843 ext/spl/spl_heap.c 	intern = (spl_heap_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           986 ext/spl/spl_heap.c 	spl_heap_object *intern = (spl_heap_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1000 ext/spl/spl_heap.c 	spl_heap_object      *intern = (spl_heap_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1001 ext/spl/spl_heap.c 	spl_ptr_heap_element  elem   = spl_ptr_heap_delete_top(intern->heap, getThis() TSRMLS_CC);
getThis          1017 ext/spl/spl_heap.c 	spl_heap_object *intern = (spl_heap_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1042 ext/spl/spl_heap.c 	spl_heap_object *intern  = (spl_heap_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1061 ext/spl/spl_heap.c 	spl_heap_object  *intern  = (spl_heap_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           464 ext/spl/spl_iterators.c 	zval                      *object = getThis();
getThis           604 ext/spl/spl_iterators.c 	spl_recursive_it_object   *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           610 ext/spl/spl_iterators.c 	spl_recursive_it_rewind_ex(object, getThis() TSRMLS_CC);
getThis           617 ext/spl/spl_iterators.c 	spl_recursive_it_object   *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           623 ext/spl/spl_iterators.c 	RETURN_BOOL(spl_recursive_it_valid_ex(object, getThis() TSRMLS_CC) == SUCCESS);
getThis           630 ext/spl/spl_iterators.c 	spl_recursive_it_object   *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           650 ext/spl/spl_iterators.c 	spl_recursive_it_object   *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           670 ext/spl/spl_iterators.c 	spl_recursive_it_object   *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           676 ext/spl/spl_iterators.c 	spl_recursive_it_move_forward_ex(object, getThis() TSRMLS_CC);
getThis           683 ext/spl/spl_iterators.c 	spl_recursive_it_object   *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           696 ext/spl/spl_iterators.c 	spl_recursive_it_object   *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           720 ext/spl/spl_iterators.c 	spl_recursive_it_object   *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           756 ext/spl/spl_iterators.c 	spl_recursive_it_object   *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           787 ext/spl/spl_iterators.c 	spl_recursive_it_object   *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           842 ext/spl/spl_iterators.c 	spl_recursive_it_object   *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           859 ext/spl/spl_iterators.c 	spl_recursive_it_object   *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1089 ext/spl/spl_iterators.c 	spl_recursive_it_object   *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1110 ext/spl/spl_iterators.c 	spl_recursive_it_object   *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1129 ext/spl/spl_iterators.c 	spl_recursive_it_object   *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1145 ext/spl/spl_iterators.c 	spl_recursive_it_object   *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1164 ext/spl/spl_iterators.c 	spl_recursive_it_object   *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1183 ext/spl/spl_iterators.c 	spl_recursive_it_object   *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1245 ext/spl/spl_iterators.c 	spl_recursive_it_object   *object = (spl_recursive_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1382 ext/spl/spl_iterators.c 	intern = (spl_dual_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1447 ext/spl/spl_iterators.c 	intern = (spl_dual_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1640 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          1749 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          1768 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          1789 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          1813 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          1834 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          1883 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          1884 ext/spl/spl_iterators.c 	spl_filter_it_rewind(getThis(), intern TSRMLS_CC);
getThis          1897 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          1898 ext/spl/spl_iterators.c 	spl_filter_it_next(getThis(), intern TSRMLS_CC);
getThis          1927 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          1948 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          1952 ext/spl/spl_iterators.c 		spl_instantiate_arg_ex1(Z_OBJCE_P(getThis()), &return_value, 0, retval TSRMLS_CC);
getThis          1970 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          1974 ext/spl/spl_iterators.c 		spl_instantiate_arg_ex2(Z_OBJCE_P(getThis()), &return_value, 0, retval, intern->u.cbfilter->fci.function_name TSRMLS_CC);
getThis          1999 ext/spl/spl_iterators.c 	spl_dual_it_object     *intern = (spl_dual_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2046 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2103 ext/spl/spl_iterators.c 		replacement = zend_read_property(intern->std.ce, getThis(), "replacement", sizeof("replacement")-1, 1 TSRMLS_CC);
getThis          2141 ext/spl/spl_iterators.c 	spl_dual_it_object *intern = (spl_dual_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          2160 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2181 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2196 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2212 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2227 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2247 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2271 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2295 ext/spl/spl_iterators.c 		spl_instantiate_arg_n(Z_OBJCE_P(getThis()), &return_value, 5, args TSRMLS_CC);
getThis          2317 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2325 ext/spl/spl_iterators.c 	zend_call_method_with_0_params(&(getThis()), spl_ce_RegexIterator, NULL, "accept", &rv);
getThis          2590 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2601 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2613 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2632 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2642 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2797 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2812 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2827 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2842 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2853 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2856 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%s does not fetch string value (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name);
getThis          2884 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2887 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%s does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name);
getThis          2909 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2912 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%s does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name);
getThis          2937 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2940 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%s does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name);
getThis          2960 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2963 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%s does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name);
getThis          2985 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          2988 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%v does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name);
getThis          3006 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          3019 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          3055 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          3058 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0 TSRMLS_CC, "%v does not use a full cache (see CachingIterator::__construct)", Z_OBJCE_P(getThis())->name);
getThis          3122 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          3137 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          3207 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          3221 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          3241 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          3258 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          3294 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          3433 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          3461 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          3479 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          3494 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          3509 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis          3525 ext/spl/spl_iterators.c 	SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
getThis           448 ext/spl/spl_observer.c 	spl_SplObjectStorage *intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           453 ext/spl/spl_observer.c 	spl_object_storage_attach(intern, getThis(), obj, inf TSRMLS_CC);
getThis           461 ext/spl/spl_observer.c 	spl_SplObjectStorage *intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           466 ext/spl/spl_observer.c 	spl_object_storage_detach(intern, getThis(), obj TSRMLS_CC);
getThis           496 ext/spl/spl_observer.c 	spl_SplObjectStorage *intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           504 ext/spl/spl_observer.c 	hash = spl_object_storage_get_hash(intern, getThis(), obj, &hash_len TSRMLS_CC);
getThis           524 ext/spl/spl_observer.c 	spl_SplObjectStorage *intern = (spl_SplObjectStorage *)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           533 ext/spl/spl_observer.c 	spl_object_storage_addall(intern, getThis(),  other TSRMLS_CC);
getThis           543 ext/spl/spl_observer.c 	spl_SplObjectStorage *intern = (spl_SplObjectStorage *)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           555 ext/spl/spl_observer.c 		if (spl_object_storage_detach(intern, getThis(), element->obj TSRMLS_CC) == FAILURE) {
getThis           571 ext/spl/spl_observer.c 	spl_SplObjectStorage *intern = (spl_SplObjectStorage *)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           583 ext/spl/spl_observer.c 		if (!spl_object_storage_contains(other, getThis(), element->obj TSRMLS_CC)) {
getThis           584 ext/spl/spl_observer.c 			spl_object_storage_detach(intern, getThis(), element->obj TSRMLS_CC);
getThis           601 ext/spl/spl_observer.c 	spl_SplObjectStorage *intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           606 ext/spl/spl_observer.c 	RETURN_BOOL(spl_object_storage_contains(intern, getThis(), obj TSRMLS_CC));
getThis           613 ext/spl/spl_observer.c 	spl_SplObjectStorage *intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           642 ext/spl/spl_observer.c 	spl_SplObjectStorage *intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           656 ext/spl/spl_observer.c 	spl_SplObjectStorage *intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           669 ext/spl/spl_observer.c 	spl_SplObjectStorage *intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           683 ext/spl/spl_observer.c 	spl_SplObjectStorage *intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           700 ext/spl/spl_observer.c 	spl_SplObjectStorage *intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           717 ext/spl/spl_observer.c 	spl_SplObjectStorage *intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           736 ext/spl/spl_observer.c 	spl_SplObjectStorage *intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           750 ext/spl/spl_observer.c 	spl_SplObjectStorage *intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           789 ext/spl/spl_observer.c 	Z_ARRVAL(members) = zend_std_get_properties(getThis() TSRMLS_CC);
getThis           810 ext/spl/spl_observer.c 	spl_SplObjectStorage *intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           877 ext/spl/spl_observer.c 		hash = spl_object_storage_get_hash(intern, getThis(), pentry, &hash_len TSRMLS_CC);
getThis           893 ext/spl/spl_observer.c 		spl_object_storage_attach(intern, getThis(), pentry, pinf TSRMLS_CC);
getThis          1022 ext/spl/spl_observer.c 	intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1032 ext/spl/spl_observer.c 	spl_SplObjectStorage *intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1046 ext/spl/spl_observer.c 	intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1065 ext/spl/spl_observer.c 	intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1087 ext/spl/spl_observer.c 	spl_object_storage_attach(intern, getThis(), iterator, info TSRMLS_CC);
getThis          1099 ext/spl/spl_observer.c 	intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1122 ext/spl/spl_observer.c 	intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1146 ext/spl/spl_observer.c 	intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1254 ext/spl/spl_observer.c 	intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis          1269 ext/spl/spl_observer.c 	intern = (spl_SplObjectStorage*)zend_object_store_get_object(getThis() TSRMLS_CC);
getThis           103 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis           192 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis           221 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis           264 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis           282 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis           304 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis           326 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis           354 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis           427 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis           469 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis           489 ext/sqlite3/sqlite3.c 	stmt_obj->db_obj_zval = getThis();
getThis           517 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis           547 ext/sqlite3/sqlite3.c 	stmt_obj->db_obj_zval = getThis();
getThis           628 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis           943 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis           993 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis          1053 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis          1236 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis          1277 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis          1297 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis          1317 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis          1339 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis          1363 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis          1388 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis          1458 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis          1493 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis          1529 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis          1626 ext/sqlite3/sqlite3.c 			result->stmt_obj_zval = getThis();
getThis          1649 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis          1689 ext/sqlite3/sqlite3.c 	free_item->stmt_obj_zval = getThis();
getThis          1700 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis          1718 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis          1743 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis          1766 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis          1821 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis          1845 ext/sqlite3/sqlite3.c 	zval *object = getThis();
getThis            82 ext/standard/dir.c 		myself = getThis(); \
getThis            48 ext/tidy/tidy.c     zval *object = getThis();
getThis           429 ext/xmlreader/php_xmlreader.c 	id = getThis();
getThis           451 ext/xmlreader/php_xmlreader.c 	id = getThis();
getThis           472 ext/xmlreader/php_xmlreader.c 	id = getThis();
getThis           507 ext/xmlreader/php_xmlreader.c 	id = getThis();
getThis           550 ext/xmlreader/php_xmlreader.c 	id = getThis();
getThis           582 ext/xmlreader/php_xmlreader.c 	id = getThis();
getThis           613 ext/xmlreader/php_xmlreader.c 	id = getThis();
getThis           639 ext/xmlreader/php_xmlreader.c 	id = getThis();
getThis           690 ext/xmlreader/php_xmlreader.c 	id = getThis();
getThis           718 ext/xmlreader/php_xmlreader.c 	id = getThis();
getThis           751 ext/xmlreader/php_xmlreader.c 	id = getThis();
getThis           797 ext/xmlreader/php_xmlreader.c 	id = getThis();
getThis           826 ext/xmlreader/php_xmlreader.c 	id = getThis();
getThis           871 ext/xmlreader/php_xmlreader.c 	id = getThis();
getThis           962 ext/xmlreader/php_xmlreader.c 	id = getThis();
getThis          1000 ext/xmlreader/php_xmlreader.c 	id = getThis();
getThis          1055 ext/xmlreader/php_xmlreader.c 	id = getThis();
getThis          1135 ext/xmlreader/php_xmlreader.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|O!", &id, xmlreader_class_entry, &basenode, dom_node_class_entry) == FAILURE) {
getThis           749 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis           789 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis           829 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis           895 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis           940 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis           985 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis          1037 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis          1098 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis          1153 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis          1224 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis          1266 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis          1334 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis          1389 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis          1437 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis          1486 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis          1544 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis          1605 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis          1651 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis          1705 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis          1753 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis          1838 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis          1894 ext/xmlwriter/php_xmlwriter.c 	zval *this = getThis();
getThis           416 ext/xsl/xsltprocessor.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oo", &id, xsl_xsltprocessor_class_entry, &docp) == FAILURE) {
getThis           662 ext/xsl/xsltprocessor.c 	id = getThis();
getThis           719 ext/xsl/xsltprocessor.c 	id = getThis();
getThis           751 ext/xsl/xsltprocessor.c 	id = getThis();
getThis          1528 ext/zip/php_zip.c 	zval *this = getThis();
getThis          1584 ext/zip/php_zip.c 	zval *this = getThis();
getThis          1616 ext/zip/php_zip.c 	zval *this = getThis();
getThis          1651 ext/zip/php_zip.c 	zval *this = getThis();
getThis          1673 ext/zip/php_zip.c 	zval *this = getThis();
getThis          1724 ext/zip/php_zip.c 	zval *this = getThis();
getThis          1847 ext/zip/php_zip.c 	zval *this = getThis();
getThis          1889 ext/zip/php_zip.c 	zval *this = getThis();
getThis          1950 ext/zip/php_zip.c 	zval *this = getThis();
getThis          1978 ext/zip/php_zip.c 	zval *this = getThis();
getThis          2006 ext/zip/php_zip.c 	zval *this = getThis();
getThis          2041 ext/zip/php_zip.c 	zval *this = getThis();
getThis          2071 ext/zip/php_zip.c 	zval *this = getThis();
getThis          2097 ext/zip/php_zip.c 	zval *this = getThis();
getThis          2125 ext/zip/php_zip.c 	zval *this = getThis();
getThis          2158 ext/zip/php_zip.c 	zval *this = getThis();
getThis          2188 ext/zip/php_zip.c 	zval *this = getThis();
getThis          2226 ext/zip/php_zip.c 	zval *this = getThis();
getThis          2255 ext/zip/php_zip.c 	zval *this = getThis(), *z_opsys, *z_attr;
getThis          2299 ext/zip/php_zip.c 	zval *this = getThis(), *z_opsys, *z_attr;
getThis          2335 ext/zip/php_zip.c 	zval *this = getThis();
getThis          2372 ext/zip/php_zip.c 	zval *this = getThis();
getThis          2400 ext/zip/php_zip.c 	zval *this = getThis();
getThis          2430 ext/zip/php_zip.c 	zval *this = getThis();
getThis          2461 ext/zip/php_zip.c 	zval *this = getThis();
getThis          2497 ext/zip/php_zip.c 	zval *this = getThis();
getThis          2531 ext/zip/php_zip.c 	zval *this = getThis();
getThis          2561 ext/zip/php_zip.c 	zval *this = getThis();
getThis          2595 ext/zip/php_zip.c 	zval *this = getThis();
getThis          2616 ext/zip/php_zip.c 	zval *this = getThis();
getThis          2643 ext/zip/php_zip.c 	zval *this = getThis();
getThis          2727 ext/zip/php_zip.c 	zval *this = getThis();
getThis          2810 ext/zip/php_zip.c 	zval *this = getThis();
getThis           114 sapi/apache_hooks/php_apache.c #define APREQ_GET_THIS(ZVAL)		if (NULL == (ZVAL = getThis())) { \