Home
last modified time | relevance | path

Searched refs:INTERNAL_FUNCTION_PARAM_PASSTHRU (Results 1 – 25 of 81) sorted by relevance

1234

/PHP-5.6/ext/curl/
H A Dcurl_file.c60 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
69 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
100 curlfile_get_property("name", INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
108 curlfile_get_property("mime", INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
116 curlfile_get_property("postname", INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
124 curlfile_set_property("mime", INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
132 curlfile_set_property("postname", INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
/PHP-5.6/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp83 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
90 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
97 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
104 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
111 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
253 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
260 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
267 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
291 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
321 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/standard/
H A Dtype.c252 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_NULL); in PHP_FUNCTION()
260 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_RESOURCE); in PHP_FUNCTION()
268 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_BOOL); in PHP_FUNCTION()
276 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_LONG); in PHP_FUNCTION()
284 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_DOUBLE); in PHP_FUNCTION()
292 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_STRING); in PHP_FUNCTION()
300 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_ARRAY); in PHP_FUNCTION()
308 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_OBJECT); in PHP_FUNCTION()
H A Dfsock.c123 php_fsockopen_stream(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
130 php_fsockopen_stream(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
H A Dmicrotime.c95 _php_gettimeofday(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
103 _php_gettimeofday(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
H A Dexec.c259 php_exec_ex(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
267 php_exec_ex(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
275 php_exec_ex(INTERNAL_FUNCTION_PARAM_PASSTHRU, 3); in PHP_FUNCTION()
/PHP-5.6/ext/intl/collator/
H A Dcollator_create.c66 collator_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
76 collator_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
/PHP-5.6/sapi/apache_hooks/
H A Dphp_apache.c297 apache_request_string_slot(offsetof(request_rec, filename), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
305 apache_request_string_slot(offsetof(request_rec, uri), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
329 apache_request_string_slot(offsetof(request_rec, args), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
362 apache_request_string_slot(offsetof(request_rec, handler), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
432 apache_request_int_slot(offsetof(request_rec, proxyreq), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
465 apache_request_int_slot(offsetof(request_rec, status), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
481 apache_request_int_slot(offsetof(request_rec, allowed), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
536 apache_request_int_slot(offsetof(request_rec, no_cache), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
552 apache_request_int_slot(offsetof(request_rec, read_body), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
664 add_header_to_table(r->headers_out, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/interbase/
H A Dibase_service.c187 _php_ibase_user(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_add_user); in PHP_FUNCTION()
195 _php_ibase_user(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_modify_user); in PHP_FUNCTION()
203 _php_ibase_user(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_delete_user); in PHP_FUNCTION()
465 _php_ibase_service_query(INTERNAL_FUNCTION_PARAM_PASSTHRU, svm, isc_info_svc_line); in _php_ibase_backup_restore()
474 _php_ibase_backup_restore(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_backup); in PHP_FUNCTION()
482 _php_ibase_backup_restore(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_restore); in PHP_FUNCTION()
570 _php_ibase_service_query(INTERNAL_FUNCTION_PARAM_PASSTHRU, svm, isc_info_svc_line); in _php_ibase_service_action()
581 _php_ibase_service_action(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_properties); in PHP_FUNCTION()
589 _php_ibase_service_action(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_db_stats); in PHP_FUNCTION()
610 _php_ibase_service_query(INTERNAL_FUNCTION_PARAM_PASSTHRU, svm, (char)action); in PHP_FUNCTION()
/PHP-5.6/ext/com_dotnet/
H A Dcom_variant.c622 variant_binary_operation(VOP_ADD, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
630 variant_binary_operation(VOP_CAT, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
638 variant_binary_operation(VOP_SUB, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
646 variant_binary_operation(VOP_MUL, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
654 variant_binary_operation(VOP_AND, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
702 variant_binary_operation(VOP_OR, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
782 variant_unary_operation(VOP_ABS, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
790 variant_unary_operation(VOP_FIX, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
798 variant_unary_operation(VOP_INT, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
806 variant_unary_operation(VOP_NEG, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/mysql/
H A Dphp_mysql.c1065 php_mysql_do_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0);
1075 php_mysql_do_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0);
1083 php_mysql_do_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1);
1145 id = php_mysql_get_default_link(INTERNAL_FUNCTION_PARAM_PASSTHRU);
1186 id = php_mysql_get_default_link(INTERNAL_FUNCTION_PARAM_PASSTHRU);
1209 id = php_mysql_get_default_link(INTERNAL_FUNCTION_PARAM_PASSTHRU);
1232 id = php_mysql_get_default_link(INTERNAL_FUNCTION_PARAM_PASSTHRU);
1256 id = php_mysql_get_default_link(INTERNAL_FUNCTION_PARAM_PASSTHRU);
1283 id = php_mysql_get_default_link(INTERNAL_FUNCTION_PARAM_PASSTHRU);
1309 id = php_mysql_get_default_link(INTERNAL_FUNCTION_PARAM_PASSTHRU);
[all …]
/PHP-5.6/ext/intl/formatter/
H A Dformatter_main.c81 numfmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
91 numfmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
/PHP-5.6/ext/xmlwriter/
H A Dphp_xmlwriter.c880 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndAttribute); in PHP_FUNCTION()
1075 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndElement); in PHP_FUNCTION()
1209 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndPI); in PHP_FUNCTION()
1296 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndCDATA); in PHP_FUNCTION()
1364 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndComment); in PHP_FUNCTION()
1422 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndDocument); in PHP_FUNCTION()
1471 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndDTD); in PHP_FUNCTION()
1529 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndDTDElement); in PHP_FUNCTION()
1686 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndDTDEntity); in PHP_FUNCTION()
1937 php_xmlwriter_flush(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/calendar/
H A Deaster.c128 _cal_easter(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
136 _cal_easter(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
/PHP-5.6/ext/intl/msgformat/
H A Dmsgformat.c99 msgfmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
109 msgfmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
/PHP-5.6/ext/intl/idn/
H A Didn.c312 php_intl_idn_to(INTERNAL_FUNCTION_PARAM_PASSTHRU, in php_intl_idn_handoff()
317 php_intl_idn_to_46(INTERNAL_FUNCTION_PARAM_PASSTHRU, domain, domain_len, in php_intl_idn_handoff()
327 php_intl_idn_handoff(INTERNAL_FUNCTION_PARAM_PASSTHRU, INTL_IDN_TO_ASCII); in PHP_FUNCTION()
336 php_intl_idn_handoff(INTERNAL_FUNCTION_PARAM_PASSTHRU, INTL_IDN_TO_UTF8); in PHP_FUNCTION()
/PHP-5.6/ext/intl/dateformat/
H A Ddateformat_create.cpp179 datefmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
191 datefmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
/PHP-5.6/ext/xmlreader/
H A Dphp_xmlreader.c565 php_xmlreader_string_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderGetAttribute); in PHP_METHOD()
660 php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderIsValid); in PHP_METHOD()
668 php_xmlreader_string_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderLookupNamespace); in PHP_METHOD()
769 php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderMoveToElement); in PHP_METHOD()
777 php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderMoveToFirstAttribute); in PHP_METHOD()
785 php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderMoveToNextAttribute); in PHP_METHOD()
923 php_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderReadInnerXml); in PHP_METHOD()
931 php_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderReadOuterXml); in PHP_METHOD()
939 php_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderReadString); in PHP_METHOD()
1019 php_xmlreader_set_relaxng_schema(INTERNAL_FUNCTION_PARAM_PASSTHRU, XMLREADER_LOAD_FILE); in PHP_METHOD()
[all …]
/PHP-5.6/ext/ereg/
H A Dereg.c389 php_ereg(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
397 php_ereg(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
615 php_do_ereg_replace(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
623 php_do_ereg_replace(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
715 php_split(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
724 php_split(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
/PHP-5.6/ext/oci8/
H A Doci8_interface.c1204 column = php_oci_statement_get_column_helper(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0);
1284 column = php_oci_statement_get_column_helper(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0);
1381 php_oci_fetch_row(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_OCI_NUM, 3);
1495 php_oci_fetch_row(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_OCI_ASSOC | PHP_OCI_RETURN_NULLS, 2);
1507 php_oci_fetch_row(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_OCI_NUM | PHP_OCI_RETURN_NULLS, 1);
1515 php_oci_fetch_row(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_OCI_ASSOC | PHP_OCI_RETURN_NULLS, 1);
1523 php_oci_fetch_row(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_OCI_BOTH | PHP_OCI_RETURN_NULLS, 2);
1581 php_oci_do_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 1);
1589 php_oci_do_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 0);
1597 php_oci_do_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1, 0);
[all …]
/PHP-5.6/ext/snmp/
H A Dsnmp.c1568 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_GET, SNMP_VERSION_1); in PHP_FUNCTION()
1592 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_WALK, SNMP_VERSION_1); in PHP_FUNCTION()
1600 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_SET, SNMP_VERSION_1); in PHP_FUNCTION()
1678 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_GET, SNMP_VERSION_2c); in PHP_FUNCTION()
1710 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_SET, SNMP_VERSION_2c); in PHP_FUNCTION()
1718 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_GET, SNMP_VERSION_3); in PHP_FUNCTION()
1750 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_SET, SNMP_VERSION_3); in PHP_FUNCTION()
1881 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_GET, (-1)); in PHP_METHOD()
1889 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_GETNEXT, (-1)); in PHP_METHOD()
1897 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_WALK, (-1)); in PHP_METHOD()
[all …]
/PHP-5.6/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp174 _php_intlgregcal_constructor_body(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
189 _php_intlgregcal_constructor_body(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()
H A Dcalendar_methods.cpp253 "intlcal_get", INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
393 _php_intlcal_before_after(&Calendar::after, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
398 _php_intlcal_before_after(&Calendar::before, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
606 "intlcal_get_actual_maximum", INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
612 "intlcal_get_actual_minimum", INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
700 "intlcal_get_greatest_minimum", INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
706 "intlcal_get_least_maximum", INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
740 "intlcal_get_maximum", INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
766 "intlcal_get_minimum", INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
/PHP-5.6/ext/intl/locale/
H A Dlocale_methods.c439 get_icu_value_src_php( LOC_SCRIPT_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
451 get_icu_value_src_php( LOC_REGION_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
463 get_icu_value_src_php( LOC_LANG_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
615 get_icu_disp_value_src_php( DISP_NAME , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
627 get_icu_disp_value_src_php( LOC_LANG_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
639 get_icu_disp_value_src_php( LOC_SCRIPT_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
651 get_icu_disp_value_src_php( LOC_REGION_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
665 get_icu_disp_value_src_php( LOC_VARIANT_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
759 get_icu_value_src_php( LOC_CANONICALIZE_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
/PHP-5.6/ext/mbstring/
H A Dphp_mbregex.c774 _php_mb_regex_ereg_exec(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
782 _php_mb_regex_ereg_exec(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
1032 _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 0); in PHP_FUNCTION()
1040 _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAM_PASSTHRU, ONIG_OPTION_IGNORECASE, 0); in PHP_FUNCTION()
1048 _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 1); in PHP_FUNCTION()
1286 _php_mb_regex_ereg_search_exec(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
1294 _php_mb_regex_ereg_search_exec(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
1302 _php_mb_regex_ereg_search_exec(INTERNAL_FUNCTION_PARAM_PASSTHRU, 2); in PHP_FUNCTION()

Completed in 81 milliseconds

1234