/PHP-8.2/ext/curl/ |
H A D | curl_file.c | 56 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD() 64 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 91 curlfile_get_property("name", sizeof("name")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD() 98 curlfile_get_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD() 105 curlfile_get_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD() 112 curlfile_set_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD() 119 curlfile_set_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
|
/PHP-8.2/ext/intl/breakiterator/ |
H A D | breakiterator_methods.cpp | 81 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD() 88 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD() 95 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD() 102 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD() 109 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD() 217 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD() 223 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD() 229 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD() 247 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD() 274 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD() [all …]
|
/PHP-8.2/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 294 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndAttribute); in PHP_FUNCTION() 421 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndElement); in PHP_FUNCTION() 428 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterFullEndElement); in PHP_FUNCTION() 520 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndPI); in PHP_FUNCTION() 578 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndCDATA); in PHP_FUNCTION() 629 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndComment); in PHP_FUNCTION() 668 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndDocument); in PHP_FUNCTION() 700 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndDTD); in PHP_FUNCTION() 844 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndDTDEntity); in PHP_FUNCTION() 1025 php_xmlwriter_flush(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION() [all …]
|
/PHP-8.2/ext/standard/ |
H A D | type.c | 266 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_NULL); in PHP_FUNCTION() 274 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_RESOURCE); in PHP_FUNCTION() 296 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_LONG); in PHP_FUNCTION() 304 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_DOUBLE); in PHP_FUNCTION() 312 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_STRING); in PHP_FUNCTION() 320 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_ARRAY); in PHP_FUNCTION() 341 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_OBJECT); in PHP_FUNCTION()
|
H A D | microtime.c | 85 _php_gettimeofday(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION() 92 _php_gettimeofday(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
|
H A D | fsock.c | 146 php_fsockopen_stream(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION() 153 php_fsockopen_stream(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
|
H A D | exec.c | 255 php_exec_ex(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION() 262 php_exec_ex(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION() 269 php_exec_ex(INTERNAL_FUNCTION_PARAM_PASSTHRU, 3); in PHP_FUNCTION()
|
/PHP-8.2/ext/intl/collator/ |
H A D | collator_create.c | 64 if (collator_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, NULL, NULL) == FAILURE) { in PHP_FUNCTION() 78 …if (collator_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, &error_handling, &error_handling_replaced) == … in PHP_METHOD()
|
/PHP-8.2/ext/intl/idn/ |
H A D | idn.c | 153 php_intl_idn_to_46(INTERNAL_FUNCTION_PARAM_PASSTHRU, domain, (uint32_t)option, mode, idna_info); in php_intl_idn_handoff() 159 php_intl_idn_handoff(INTERNAL_FUNCTION_PARAM_PASSTHRU, INTL_IDN_TO_ASCII); in PHP_FUNCTION() 167 php_intl_idn_handoff(INTERNAL_FUNCTION_PARAM_PASSTHRU, INTL_IDN_TO_UTF8); in PHP_FUNCTION()
|
/PHP-8.2/ext/com_dotnet/ |
H A D | com_variant.c | 654 variant_binary_operation(VOP_ADD, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 661 variant_binary_operation(VOP_CAT, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 668 variant_binary_operation(VOP_SUB, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 675 variant_binary_operation(VOP_MUL, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 682 variant_binary_operation(VOP_AND, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 724 variant_binary_operation(VOP_OR, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 801 variant_unary_operation(VOP_ABS, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 808 variant_unary_operation(VOP_FIX, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 815 variant_unary_operation(VOP_INT, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 822 variant_unary_operation(VOP_NEG, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() [all …]
|
/PHP-8.2/ext/intl/formatter/ |
H A D | formatter_main.c | 82 if (numfmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, NULL, NULL) == FAILURE) { in PHP_FUNCTION() 96 …if (numfmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, &error_handling, &error_handling_replaced) == FA… in PHP_METHOD()
|
/PHP-8.2/ext/calendar/ |
H A D | easter.c | 127 _cal_easter(INTERNAL_FUNCTION_PARAM_PASSTHRU, true); in PHP_FUNCTION() 134 _cal_easter(INTERNAL_FUNCTION_PARAM_PASSTHRU, false); in PHP_FUNCTION()
|
/PHP-8.2/ext/intl/uchar/ |
H A D | uchar.c | 57 if (parse_code_point_param(INTERNAL_FUNCTION_PARAM_PASSTHRU, &cp) == FAILURE) { in IC_METHOD() 76 if (parse_code_point_param(INTERNAL_FUNCTION_PARAM_PASSTHRU, &cp) == FAILURE) { in IC_METHOD() 152 if (parse_code_point_param(INTERNAL_FUNCTION_PARAM_PASSTHRU, &cp) == FAILURE) { in IC_METHOD() 205 if (parse_code_point_param(INTERNAL_FUNCTION_PARAM_PASSTHRU, &cp) == FAILURE) { in IC_METHOD() 464 if (parse_code_point_param(INTERNAL_FUNCTION_PARAM_PASSTHRU, &cp) == FAILURE) { in IC_METHOD() 501 if (parse_code_point_param(INTERNAL_FUNCTION_PARAM_PASSTHRU, &cp) == FAILURE) { in IC_METHOD() 529 if (parse_code_point_param(INTERNAL_FUNCTION_PARAM_PASSTHRU, &cp) == FAILURE) { \ 569 if (parse_code_point_param(INTERNAL_FUNCTION_PARAM_PASSTHRU, &cp) == FAILURE) { \ in IC_BOOL_METHOD_CHAR()
|
/PHP-8.2/ext/intl/dateformat/ |
H A D | datepatterngenerator_methods.cpp | 82 if (dtpg_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, NULL, NULL) == FAILURE) { in PHP_METHOD() 96 …if (dtpg_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, &error_handling, &error_handling_replaced) == FAIL… in PHP_METHOD()
|
H A D | dateformat_create.cpp | 205 if (datefmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, NULL, NULL) == FAILURE) { in PHP_FUNCTION() 221 …if (datefmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, &error_handling, &error_handling_replaced) == F… in PHP_METHOD()
|
/PHP-8.2/ext/xmlreader/ |
H A D | php_xmlreader.c | 548 php_xmlreader_string_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderGetAttribute); in PHP_METHOD() 646 php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderIsValid); in PHP_METHOD() 653 php_xmlreader_string_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderLookupNamespace); in PHP_METHOD() 757 php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderMoveToElement); in PHP_METHOD() 764 php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderMoveToFirstAttribute); in PHP_METHOD() 771 php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderMoveToNextAttribute); in PHP_METHOD() 906 php_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderReadInnerXml); in PHP_METHOD() 913 php_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderReadOuterXml); in PHP_METHOD() 920 php_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderReadString); in PHP_METHOD() 1002 php_xmlreader_set_relaxng_schema(INTERNAL_FUNCTION_PARAM_PASSTHRU, XMLREADER_LOAD_FILE); in PHP_METHOD() [all …]
|
/PHP-8.2/ext/intl/msgformat/ |
H A D | msgformat.c | 112 if (msgfmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, NULL, NULL) == FAILURE) { in PHP_FUNCTION() 126 …if (msgfmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, &error_handling, &error_handling_replaced) == F… in PHP_METHOD()
|
/PHP-8.2/ext/snmp/ |
H A D | snmp.c | 1312 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_GET, SNMP_VERSION_1); in PHP_FUNCTION() 1333 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_WALK, SNMP_VERSION_1); in PHP_FUNCTION() 1340 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_SET, SNMP_VERSION_1); in PHP_FUNCTION() 1411 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_GET, SNMP_VERSION_2c); in PHP_FUNCTION() 1439 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_SET, SNMP_VERSION_2c); in PHP_FUNCTION() 1446 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_GET, SNMP_VERSION_3); in PHP_FUNCTION() 1474 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_SET, SNMP_VERSION_3); in PHP_FUNCTION() 1592 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_GET, (-1)); in PHP_METHOD() 1599 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_GETNEXT, (-1)); in PHP_METHOD() 1606 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_WALK, (-1)); in PHP_METHOD() [all …]
|
/PHP-8.2/ext/gd/ |
H A D | gd.c | 2646 php_imagepolygon(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION() 2653 php_imagepolygon(INTERNAL_FUNCTION_PARAM_PASSTHRU, -1); in PHP_FUNCTION() 2660 php_imagepolygon(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION() 2705 php_imagefontsize(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION() 2712 php_imagefontsize(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION() 2817 php_imagechar(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION() 2824 php_imagechar(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION() 2831 php_imagechar(INTERNAL_FUNCTION_PARAM_PASSTHRU, 2); in PHP_FUNCTION() 2838 php_imagechar(INTERNAL_FUNCTION_PARAM_PASSTHRU, 3); in PHP_FUNCTION() 3054 php_imagettftext_common(INTERNAL_FUNCTION_PARAM_PASSTHRU, TTFTEXT_BBOX); in PHP_FUNCTION() [all …]
|
/PHP-8.2/ext/oci8/ |
H A D | oci8_interface.c | 1098 column = php_oci_statement_get_column_helper(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION() 1177 column = php_oci_statement_get_column_helper(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION() 1263 php_oci_fetch_row(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_OCI_NUM, 3); in PHP_FUNCTION() 1391 php_oci_fetch_row(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_OCI_ASSOC | PHP_OCI_RETURN_NULLS, 2); in PHP_FUNCTION() 1402 php_oci_fetch_row(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_OCI_NUM | PHP_OCI_RETURN_NULLS, 1); in PHP_FUNCTION() 1409 php_oci_fetch_row(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_OCI_ASSOC | PHP_OCI_RETURN_NULLS, 1); in PHP_FUNCTION() 1416 php_oci_fetch_row(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_OCI_BOTH | PHP_OCI_RETURN_NULLS, 2); in PHP_FUNCTION() 1479 php_oci_do_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 1); in PHP_FUNCTION() 1486 php_oci_do_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 0); in PHP_FUNCTION() 1493 php_oci_do_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1, 0); in PHP_FUNCTION() [all …]
|
/PHP-8.2/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 242 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 362 _php_intlcal_before_after(&Calendar::after, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 367 _php_intlcal_before_after(&Calendar::before, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 490 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 496 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 564 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 570 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 601 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION() 625 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
|
H A D | gregoriancalendar_methods.cpp | 196 …_php_intlgregcal_constructor_body(INTERNAL_FUNCTION_PARAM_PASSTHRU, /* is_constructor */ 0, NULL, … in PHP_FUNCTION() 205 …_php_intlgregcal_constructor_body(INTERNAL_FUNCTION_PARAM_PASSTHRU, /* is_constructor */ 1, &error… in PHP_METHOD()
|
/PHP-8.2/ext/fileinfo/ |
H A D | fileinfo.c | 448 _php_finfo_get_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, FILEINFO_MODE_FILE, 0); in PHP_FUNCTION() 455 _php_finfo_get_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, FILEINFO_MODE_BUFFER, 0); in PHP_FUNCTION() 462 _php_finfo_get_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, -1, 1); in PHP_FUNCTION()
|
/PHP-8.2/ext/intl/locale/ |
H A D | locale_methods.c | 529 get_icu_value_src_php( LOC_SCRIPT_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION() 536 get_icu_value_src_php( LOC_REGION_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION() 543 get_icu_value_src_php( LOC_LANG_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION() 684 get_icu_disp_value_src_php( DISP_NAME , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION() 691 get_icu_disp_value_src_php( LOC_LANG_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION() 698 get_icu_disp_value_src_php( LOC_SCRIPT_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION() 705 get_icu_disp_value_src_php( LOC_REGION_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION() 719 get_icu_disp_value_src_php( LOC_VARIANT_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION() 803 get_icu_value_src_php( LOC_CANONICALIZE_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
|
/PHP-8.2/ext/zend_test/ |
H A D | fiber.c | 267 delegate_transfer_result(fiber, &transfer, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD() 292 delegate_transfer_result(fiber, &transfer, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD() 314 delegate_transfer_result(fiber, &transfer, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
|