Home
last modified time | relevance | path

Searched refs:getThis (Results 1 – 25 of 55) sorted by relevance

123

/PHP-8.1/ext/intl/calendar/
H A Dcalendar_methods.cpp223 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), in _php_intlcal_field_uec_ret_in32t_method()
287 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), in PHP_FUNCTION()
309 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), in PHP_FUNCTION()
340 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), in _php_intlcal_before_after()
376 object = getThis(); in PHP_FUNCTION()
470 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), in PHP_FUNCTION()
504 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), in PHP_FUNCTION()
525 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), in PHP_FUNCTION()
546 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), in _php_intlcal_field_ret_in32t_method()
578 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), in PHP_FUNCTION()
[all …]
H A Dgregoriancalendar_methods.cpp139 zend_argument_value_error(getThis() ? (i-1) : i, in _php_intlgregcal_constructor_body()
216 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), in PHP_FUNCTION()
234 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), in PHP_FUNCTION()
249 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), in PHP_FUNCTION()
255 zend_argument_value_error(getThis() ? 1 : 2, "must be between %d and %d", INT32_MIN, INT32_MAX); in PHP_FUNCTION()
/PHP-8.1/ext/intl/dateformat/
H A Ddateformat_attr.c32 …if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", &object, IntlDateFormatter_ce_p… in PHP_FUNCTION()
52 …if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", &object, IntlDateFormatter_ce_p… in PHP_FUNCTION()
77 …if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", &object, IntlDateFormatter_ce_p… in PHP_FUNCTION()
115 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Os", in PHP_FUNCTION()
147 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O|l", in PHP_FUNCTION()
170 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
192 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Ob", in PHP_FUNCTION()
H A Ddateformat_attrcpp.cpp43 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
63 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
90 if ( zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), in PHP_FUNCTION()
111 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
132 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
164 object = getThis(); in PHP_FUNCTION()
H A Ddateformat.c75 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
95 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
/PHP-8.1/ext/intl/collator/
H A Dcollator_attr.c34 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Ol", in PHP_FUNCTION()
58 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Oll", in PHP_FUNCTION()
81 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
103 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Ol", in PHP_FUNCTION()
H A Dcollator_error.c29 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
53 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
H A Dcollator_locale.c35 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Ol", in PHP_FUNCTION()
H A Dcollator_compare.c42 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Oss", in PHP_FUNCTION()
/PHP-8.1/ext/mysqli/
H A Dmysqli_api.c34 #define ERROR_ARG_POS(arg_num) (getThis() ? (arg_num-1) : (arg_num))
145 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &mysql_link, mysqli_link_class_e… in PHP_FUNCTION()
344 RETVAL_BOOL(!mysqli_stmt_bind_param_do_bind(stmt, argc, args, types, getThis() ? 1 : 2)); in PHP_FUNCTION()
618 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &mysql_link, mysqli_link_class_e… in PHP_FUNCTION()
674 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &mysql_link, mysqli_link_class_e… in PHP_FUNCTION()
734 if (getThis()) {
772 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &mysql_link, mysqli_link_class_e…
787 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &mysql_link, mysqli_link_class_e…
1362 if (getThis()) {
1484 if (is_method && (Z_MYSQLI_P(getThis()))->ptr) {
[all …]
H A Dmysqli_nonapi.c31 #define ERROR_ARG_POS(arg_num) (getThis() ? (arg_num-1) : (arg_num))
54 zval *object = getThis();
77 if (getThis() && !ZEND_NUM_ARGS() && in_ctor) {
103 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O|s!s!s!s!l!s!l", &object, mysqli_li…
520 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O",
537 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &mysql_link, mysqli_link_class_e…
582 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &mysql_stmt, mysqli_stmt_class_e…
952 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &mysql_link, mysqli_link_class_e…
1004 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &mysql_stmt, mysqli_stmt_class_e…
1030 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &mysql_link, mysqli_link_class_e…
[all …]
/PHP-8.1/ext/intl/formatter/
H A Dformatter_attr.c32 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Ol", in PHP_FUNCTION()
98 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Ol", in PHP_FUNCTION()
132 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Oln", in PHP_FUNCTION()
188 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Ols", in PHP_FUNCTION()
222 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Ol", in PHP_FUNCTION()
264 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Ols", in PHP_FUNCTION()
302 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
338 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Os", in PHP_FUNCTION()
369 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O|l", in PHP_FUNCTION()
H A Dformatter_parse.c47 if (zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Os|lz!", in PHP_FUNCTION()
89 if (getThis()) { in PHP_FUNCTION()
99 zend_argument_value_error(getThis() ? 2 : 3, "must be a NumberFormatter::TYPE_* constant"); in PHP_FUNCTION()
138 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Osz/|z!", in PHP_FUNCTION()
H A Dformatter_format.c38 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "On|l", in PHP_FUNCTION()
107 if (getThis()) { in PHP_FUNCTION()
117 zend_argument_value_error(getThis() ? 2 : 3, "must be a NumberFormatter::TYPE_* constant"); in PHP_FUNCTION()
139 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Ods", in PHP_FUNCTION()
H A Dformatter_main.c113 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
133 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
/PHP-8.1/ext/xmlwriter/
H A Dphp_xmlwriter.c307 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os!ss!", &self, xmlwriter_class_entr… in PHP_FUNCTION()
335 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oss", &self, xmlwriter_class_entry_c… in PHP_FUNCTION()
363 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os!ss!s", &self, xmlwriter_class_ent… in PHP_FUNCTION()
398 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os!ss!", &self, xmlwriter_class_entr… in PHP_FUNCTION()
441 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os|s!", &self, xmlwriter_class_entry… in PHP_FUNCTION()
480 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Os!ss!|s!", &self, xmlwriter_class_e… in PHP_FUNCTION()
533 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oss", &self, xmlwriter_class_entry_c… in PHP_FUNCTION()
752 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oss", &self, xmlwriter_class_entry_c… in PHP_FUNCTION()
794 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oss", &self, xmlwriter_class_entry_c… in PHP_FUNCTION()
889 zval *self = getThis(); in PHP_FUNCTION()
[all …]
/PHP-8.1/Zend/tests/
H A Dbug31525.phpt8 function getThis() {
12 $baz =& $this->getThis();
/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat_attr.c32 …if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", &object, MessageFormatter_ce_pt… in PHP_FUNCTION()
58 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Os", in PHP_FUNCTION()
108 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
H A Dmsgformat_format.c58 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "Oa", in PHP_FUNCTION()
86 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "ssa", in PHP_FUNCTION()
H A Dmsgformat.c146 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
167 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
/PHP-8.1/ext/oci8/
H A Doci8_interface.c43 #define ERROR_ARG_POS(arg_num) (getThis() ? (arg_num-1) : (arg_num))
232 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_descriptor, oci_lob_class_ent… in PHP_FUNCTION()
315 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_descriptor, oci_lob_class_ent… in PHP_FUNCTION()
387 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_descriptor, oci_lob_class_ent… in PHP_FUNCTION()
413 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_descriptor, oci_lob_class_ent… in PHP_FUNCTION()
434 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_descriptor, oci_lob_class_ent… in PHP_FUNCTION()
506 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_descriptor, oci_lob_class_ent… in PHP_FUNCTION()
726 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_descriptor, oci_lob_class_ent… in PHP_FUNCTION()
951 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_descriptor, oci_lob_class_ent… in PHP_METHOD()
2086 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", &z_collection, oci_coll_class_en… in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/intl/timezone/
H A Dtimezone_methods.cpp378 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
401 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
421 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), in PHP_FUNCTION()
446 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), in PHP_FUNCTION()
462 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), in PHP_FUNCTION()
493 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), in PHP_FUNCTION()
531 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), in PHP_FUNCTION()
546 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), in PHP_FUNCTION()
567 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
585 if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
/PHP-8.1/ext/intl/resourcebundle/
H A Dresourcebundle_class.c246 …if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oz|b", &object, ResourceBundle_ce_pt… in PHP_FUNCTION()
277 …if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", &object, ResourceBundle_ce_ptr … in PHP_FUNCTION()
333 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
351 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
/PHP-8.1/ext/zend_test/
H A Dfiber.c228 zend_test_fiber *fiber = (zend_test_fiber *) Z_OBJ_P(getThis()); in ZEND_METHOD()
240 zend_test_fiber *fiber = (zend_test_fiber *) Z_OBJ_P(getThis()); in ZEND_METHOD()
304 fiber = (zend_test_fiber *) Z_OBJ_P(getThis()); in ZEND_METHOD()
325 zend_test_fiber *fiber = (zend_test_fiber *) Z_OBJ_P(getThis()); in ZEND_METHOD()
/PHP-8.1/ext/intl/transliterator/
H A Dtransliterator_methods.c196 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
280 object = getThis(); in PHP_FUNCTION()
435 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()
457 if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", in PHP_FUNCTION()

Completed in 62 milliseconds

123