Home
last modified time | relevance | path

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

1234

/PHP-5.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/ext/mysql/
H A Dphp_mysql.c1063 php_mysql_do_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0);
1073 php_mysql_do_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0);
1081 php_mysql_do_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1);
1143 id = php_mysql_get_default_link(INTERNAL_FUNCTION_PARAM_PASSTHRU);
1184 id = php_mysql_get_default_link(INTERNAL_FUNCTION_PARAM_PASSTHRU);
1207 id = php_mysql_get_default_link(INTERNAL_FUNCTION_PARAM_PASSTHRU);
1230 id = php_mysql_get_default_link(INTERNAL_FUNCTION_PARAM_PASSTHRU);
1254 id = php_mysql_get_default_link(INTERNAL_FUNCTION_PARAM_PASSTHRU);
1281 id = php_mysql_get_default_link(INTERNAL_FUNCTION_PARAM_PASSTHRU);
1307 id = php_mysql_get_default_link(INTERNAL_FUNCTION_PARAM_PASSTHRU);
[all …]
/PHP-5.5/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.5/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.5/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.5/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.5/ext/intl/idn/
H A Didn.c315 php_intl_idn_to(INTERNAL_FUNCTION_PARAM_PASSTHRU, in php_intl_idn_handoff()
320 php_intl_idn_to_46(INTERNAL_FUNCTION_PARAM_PASSTHRU, domain, domain_len, in php_intl_idn_handoff()
330 php_intl_idn_handoff(INTERNAL_FUNCTION_PARAM_PASSTHRU, INTL_IDN_TO_ASCII); in PHP_FUNCTION()
339 php_intl_idn_handoff(INTERNAL_FUNCTION_PARAM_PASSTHRU, INTL_IDN_TO_UTF8); in PHP_FUNCTION()
/PHP-5.5/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.5/ext/xmlreader/
H A Dphp_xmlreader.c565 php_xmlreader_string_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderGetAttribute); in PHP_METHOD()
666 php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderIsValid); in PHP_METHOD()
674 php_xmlreader_string_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderLookupNamespace); in PHP_METHOD()
775 php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderMoveToElement); in PHP_METHOD()
783 php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderMoveToFirstAttribute); in PHP_METHOD()
791 php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderMoveToNextAttribute); in PHP_METHOD()
929 php_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderReadInnerXml); in PHP_METHOD()
937 php_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderReadOuterXml); in PHP_METHOD()
945 php_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderReadString); in PHP_METHOD()
1025 php_xmlreader_set_relaxng_schema(INTERNAL_FUNCTION_PARAM_PASSTHRU, XMLREADER_LOAD_FILE); in PHP_METHOD()
[all …]
/PHP-5.5/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.5/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);
1386 php_oci_fetch_row(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_OCI_NUM, 3);
1512 php_oci_fetch_row(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_OCI_ASSOC | PHP_OCI_RETURN_NULLS, 2);
1524 php_oci_fetch_row(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_OCI_NUM | PHP_OCI_RETURN_NULLS, 1);
1532 php_oci_fetch_row(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_OCI_ASSOC | PHP_OCI_RETURN_NULLS, 1);
1540 php_oci_fetch_row(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_OCI_BOTH | PHP_OCI_RETURN_NULLS, 2);
1598 php_oci_do_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 1);
1606 php_oci_do_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 0);
1614 php_oci_do_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1, 0);
[all …]
/PHP-5.5/ext/snmp/
H A Dsnmp.c1570 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_GET, SNMP_VERSION_1); in PHP_FUNCTION()
1594 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_WALK, SNMP_VERSION_1); in PHP_FUNCTION()
1602 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_SET, SNMP_VERSION_1); in PHP_FUNCTION()
1680 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_GET, SNMP_VERSION_2c); in PHP_FUNCTION()
1712 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_SET, SNMP_VERSION_2c); in PHP_FUNCTION()
1720 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_GET, SNMP_VERSION_3); in PHP_FUNCTION()
1752 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_SET, SNMP_VERSION_3); in PHP_FUNCTION()
1883 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_GET, (-1)); in PHP_METHOD()
1891 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_GETNEXT, (-1)); in PHP_METHOD()
1899 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_WALK, (-1)); in PHP_METHOD()
[all …]
/PHP-5.5/ext/intl/locale/
H A Dlocale_methods.c434 get_icu_value_src_php( LOC_SCRIPT_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
446 get_icu_value_src_php( LOC_REGION_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
458 get_icu_value_src_php( LOC_LANG_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
610 get_icu_disp_value_src_php( DISP_NAME , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
622 get_icu_disp_value_src_php( LOC_LANG_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
634 get_icu_disp_value_src_php( LOC_SCRIPT_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
646 get_icu_disp_value_src_php( LOC_REGION_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
660 get_icu_disp_value_src_php( LOC_VARIANT_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
752 get_icu_value_src_php( LOC_CANONICALIZE_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
/PHP-5.5/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.5/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()
1028 _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 0); in PHP_FUNCTION()
1036 _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAM_PASSTHRU, ONIG_OPTION_IGNORECASE, 0); in PHP_FUNCTION()
1044 _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 1); in PHP_FUNCTION()
1285 _php_mb_regex_ereg_search_exec(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
1293 _php_mb_regex_ereg_search_exec(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
1301 _php_mb_regex_ereg_search_exec(INTERNAL_FUNCTION_PARAM_PASSTHRU, 2); in PHP_FUNCTION()

Completed in 103 milliseconds

1234