Home
last modified time | relevance | path

Searched refs:getThis (Results 26 – 45 of 45) sorted by relevance

12

/php-src/ext/intl/normalizer/
H A Dnormalizer_normalize.c102 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "s|l", in PHP_FUNCTION()
235 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "s|l", in PHP_FUNCTION()
/php-src/ext/reflection/tests/
H A DReflectionGenerator_basic.phpt33 var_dump($ref->getThis());
/php-src/ext/intl/dateformat/
H A Ddateformat_parse.c139 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Os|z!", in PHP_FUNCTION()
225 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Os|z!", in PHP_FUNCTION()
H A Ddatepatterngenerator_methods.cpp118 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Os", in PHP_METHOD()
H A Ddateformat_format.c150 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oz", in PHP_FUNCTION()
/php-src/ext/intl/collator/
H A Dcollator_sort.c267 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Oa/|l", in collator_sort_internal()
355 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Oa", in PHP_FUNCTION()
511 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Os", in PHP_FUNCTION()
/php-src/ext/intl/msgformat/
H A Dmsgformat_parse.c62 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Os", in PHP_FUNCTION()
/php-src/ext/snmp/
H A Dsnmp.c397 php_snmp_error(getThis(), PHP_SNMP_ERRNO_NOERROR, ""); in php_snmp_internal()
413 …php_snmp_error(getThis(), PHP_SNMP_ERRNO_MULTIPLE_SET_QUERIES, "Cannot fit all OIDs for SET query … in php_snmp_internal()
483 …php_snmp_error(getThis(), PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at '%s': %s", buf, buf2); in php_snmp_internal()
551 …php_snmp_error(getThis(), PHP_SNMP_ERRNO_OID_NOT_INCREASING, "Error: OID not increasing: %s", buf2… in php_snmp_internal()
584 …php_snmp_error(getThis(), PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at '%s': %s", buf, snmp_… in php_snmp_internal()
586 …php_snmp_error(getThis(), PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at %u object_id: %s", re… in php_snmp_internal()
603 php_snmp_error(getThis(), PHP_SNMP_ERRNO_TIMEOUT, "No response from %s", session->peername); in php_snmp_internal()
611 php_snmp_error(getThis(), PHP_SNMP_ERRNO_GENERIC, "Fatal error: %s", err); in php_snmp_internal()
1132 int session_less_mode = (getThis() == NULL); in php_snmp()
1241 …if (!php_snmp_parse_oid(getThis(), st, &objid_query, oid_str, oid_ht, type_str, type_ht, value_str… in php_snmp()
[all …]
/php-src/ext/mysqli/
H A Dmysqli.c666 MYSQLI_REGISTER_RESOURCE_EX(mysqli_resource, getThis()); in ZEND_GET_MODULE()
715 MYSQLI_REGISTER_RESOURCE_EX(mysqli_resource, getThis()); in PHP_METHOD()
756 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O|Ch", &mysql_result, mysqli_result_… in php_mysqli_fetch_into_hash()
769 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &mysql_result, mysqli_result_cla… in php_mysqli_fetch_into_hash()
775 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O|l", &mysql_result, mysqli_result_c… in php_mysqli_fetch_into_hash()
H A Dphp_mysqli_structs.h172 zval *object = getThis(); \
/php-src/ext/intl/
H A DERROR_CONVENTIONS.md99 directly using `getThis()`. Therefore, no reference to object is obtained until
111 object = getThis();
/php-src/ext/tidy/
H A Dtidy.c52 zval *object = getThis();
57 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &object, tidy_ce_doc) == FAILURE…
1170 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &object, tidy_ce_doc, &optname,… in PHP_FUNCTION()
1314 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &object, tidy_ce_doc, &optname,… in PHP_FUNCTION()
/php-src/ext/date/
H A Dphp_date.c3334 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os", &object, date_ce_date, &modify,… in PHP_FUNCTION()
3562 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &object, date_ce_interface) == F… in PHP_FUNCTION()
3642 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &object, date_ce_interface) == F… in PHP_FUNCTION()
3688 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oll|ll", &object, date_ce_date, &h, … in PHP_FUNCTION()
3734 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Olll", &object, date_ce_date, &y, &m… in PHP_FUNCTION()
3784 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oll|l", &object, date_ce_date, &y, &… in PHP_FUNCTION()
3829 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Ol", &object, date_ce_date, &timesta… in PHP_FUNCTION()
3929 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &object, date_ce_interface) == F… in PHP_FUNCTION()
4217 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &object, date_ce_timezone) == FA… in PHP_FUNCTION()
4425 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &object, date_ce_timezone) == FA… in PHP_FUNCTION()
[all …]
/php-src/ext/standard/
H A Ddir.c57 myself = getThis(); \
/php-src/ext/reflection/
H A Dphp_reflection.stub.php162 public function getThis(): ?object {} function in ReflectionGenerator
H A Dphp_reflection_arginfo.h678 ZEND_METHOD(ReflectionGenerator, getThis);
940 ZEND_ME(ReflectionGenerator, getThis, arginfo_class_ReflectionGenerator_getThis, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c2378 ZEND_METHOD(ReflectionGenerator, getThis) in ZEND_METHOD() argument
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c815 id = getThis(); in PHP_METHOD()
999 id = getThis(); in PHP_METHOD()
/php-src/ext/com_dotnet/
H A Dcom_handlers.c251 zval *object = getThis(); in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_API.h525 #define getThis() (hasThis() ? ZEND_THIS : NULL) macro

Completed in 151 milliseconds

12