Home
last modified time | relevance | path

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

1234

/PHP-7.3/ext/curl/
H A Dcurl_file.c58 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
67 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
97 curlfile_get_property("name", sizeof("name")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
105 curlfile_get_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
113 curlfile_get_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
121 curlfile_set_property("mime", sizeof("mime")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
129 curlfile_set_property("postname", sizeof("postname")-1, INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
/PHP-7.3/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp85 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
92 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
99 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
106 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
113 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
241 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
248 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
255 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
279 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
309 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/standard/
H A Dtype.c215 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_NULL); in PHP_FUNCTION()
224 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_RESOURCE); in PHP_FUNCTION()
248 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_LONG); in PHP_FUNCTION()
257 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_DOUBLE); in PHP_FUNCTION()
266 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_STRING); in PHP_FUNCTION()
275 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_ARRAY); in PHP_FUNCTION()
284 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_OBJECT); in PHP_FUNCTION()
H A Dfsock.c134 php_fsockopen_stream(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
142 php_fsockopen_stream(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
H A Dmicrotime.c89 _php_gettimeofday(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
97 _php_gettimeofday(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
H A Dexec.c263 php_exec_ex(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
271 php_exec_ex(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
279 php_exec_ex(INTERNAL_FUNCTION_PARAM_PASSTHRU, 3); in PHP_FUNCTION()
/PHP-7.3/ext/intl/collator/
H A Dcollator_create.c67 if (collator_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0) == FAILURE) { in PHP_FUNCTION()
83 if (collator_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1) == FAILURE) { in PHP_METHOD()
/PHP-7.3/ext/interbase/
H A Dibase_service.c186 _php_ibase_user(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_add_user); in PHP_FUNCTION()
194 _php_ibase_user(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_modify_user); in PHP_FUNCTION()
202 _php_ibase_user(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_delete_user); in PHP_FUNCTION()
466 _php_ibase_service_query(INTERNAL_FUNCTION_PARAM_PASSTHRU, svm, isc_info_svc_line); in _php_ibase_backup_restore()
475 _php_ibase_backup_restore(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_backup); in PHP_FUNCTION()
483 _php_ibase_backup_restore(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_restore); in PHP_FUNCTION()
572 _php_ibase_service_query(INTERNAL_FUNCTION_PARAM_PASSTHRU, svm, isc_info_svc_line); in _php_ibase_service_action()
583 _php_ibase_service_action(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_properties); in PHP_FUNCTION()
591 _php_ibase_service_action(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_db_stats); in PHP_FUNCTION()
612 _php_ibase_service_query(INTERNAL_FUNCTION_PARAM_PASSTHRU, svm, (char)action); in PHP_FUNCTION()
/PHP-7.3/ext/com_dotnet/
H A Dcom_variant.c648 variant_binary_operation(VOP_ADD, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
656 variant_binary_operation(VOP_CAT, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
664 variant_binary_operation(VOP_SUB, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
672 variant_binary_operation(VOP_MUL, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
680 variant_binary_operation(VOP_AND, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
728 variant_binary_operation(VOP_OR, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
808 variant_unary_operation(VOP_ABS, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
816 variant_unary_operation(VOP_FIX, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
824 variant_unary_operation(VOP_INT, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
832 variant_unary_operation(VOP_NEG, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/calendar/
H A Deaster.c124 _cal_easter(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
132 _cal_easter(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
/PHP-7.3/ext/xmlwriter/
H A Dphp_xmlwriter.c836 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndAttribute); in PHP_FUNCTION()
1030 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndElement); in PHP_FUNCTION()
1162 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndPI); in PHP_FUNCTION()
1248 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndCDATA); in PHP_FUNCTION()
1315 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndComment); in PHP_FUNCTION()
1373 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndDocument); in PHP_FUNCTION()
1420 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndDTD); in PHP_FUNCTION()
1477 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndDTDElement); in PHP_FUNCTION()
1629 php_xmlwriter_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterEndDTDEntity); in PHP_FUNCTION()
1832 php_xmlwriter_flush(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/intl/formatter/
H A Dformatter_main.c82 if (numfmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0) == FAILURE) { in PHP_FUNCTION()
98 if (numfmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1) == FAILURE) { in PHP_METHOD()
/PHP-7.3/ext/intl/msgformat/
H A Dmsgformat.c101 if (msgfmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0) == FAILURE) { in PHP_FUNCTION()
117 if (msgfmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1) == FAILURE) { in PHP_METHOD()
/PHP-7.3/ext/intl/idn/
H A Didn.c328 php_intl_idn_to(INTERNAL_FUNCTION_PARAM_PASSTHRU, domain, (uint32_t)option, mode); in php_intl_idn_handoff()
332 php_intl_idn_to_46(INTERNAL_FUNCTION_PARAM_PASSTHRU, domain, (uint32_t)option, mode, idna_info); in php_intl_idn_handoff()
341 php_intl_idn_handoff(INTERNAL_FUNCTION_PARAM_PASSTHRU, INTL_IDN_TO_ASCII); in PHP_FUNCTION()
350 php_intl_idn_handoff(INTERNAL_FUNCTION_PARAM_PASSTHRU, INTL_IDN_TO_UTF8); in PHP_FUNCTION()
/PHP-7.3/ext/xmlreader/
H A Dphp_xmlreader.c546 php_xmlreader_string_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderGetAttribute); in PHP_METHOD()
641 php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderIsValid); in PHP_METHOD()
649 php_xmlreader_string_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderLookupNamespace); in PHP_METHOD()
752 php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderMoveToElement); in PHP_METHOD()
760 php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderMoveToFirstAttribute); in PHP_METHOD()
768 php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderMoveToNextAttribute); in PHP_METHOD()
907 php_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderReadInnerXml); in PHP_METHOD()
915 php_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderReadOuterXml); in PHP_METHOD()
923 php_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextReaderReadString); in PHP_METHOD()
1004 php_xmlreader_set_relaxng_schema(INTERNAL_FUNCTION_PARAM_PASSTHRU, XMLREADER_LOAD_FILE); in PHP_METHOD()
[all …]
/PHP-7.3/ext/snmp/
H A Dsnmp.c1511 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_GET, SNMP_VERSION_1); in PHP_FUNCTION()
1535 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_WALK, SNMP_VERSION_1); in PHP_FUNCTION()
1543 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_SET, SNMP_VERSION_1); in PHP_FUNCTION()
1621 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_GET, SNMP_VERSION_2c); in PHP_FUNCTION()
1653 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_SET, SNMP_VERSION_2c); in PHP_FUNCTION()
1661 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_GET, SNMP_VERSION_3); in PHP_FUNCTION()
1693 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_SET, SNMP_VERSION_3); in PHP_FUNCTION()
1819 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_GET, (-1)); in PHP_METHOD()
1827 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_GETNEXT, (-1)); in PHP_METHOD()
1835 php_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU, SNMP_CMD_WALK, (-1)); in PHP_METHOD()
[all …]
/PHP-7.3/ext/intl/dateformat/
H A Ddateformat_create.cpp199 if (datefmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0) == FAILURE) { in PHP_FUNCTION()
217 if (datefmt_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1) == FAILURE) { in PHP_METHOD()
/PHP-7.3/ext/gd/
H A Dgd.c3494 php_imagepolygon(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
3502 php_imagepolygon(INTERNAL_FUNCTION_PARAM_PASSTHRU, -1); in PHP_FUNCTION()
3510 php_imagepolygon(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
3577 php_imagefontsize(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
3585 php_imagefontsize(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
3688 php_imagechar(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
3696 php_imagechar(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
3704 php_imagechar(INTERNAL_FUNCTION_PARAM_PASSTHRU, 2); in PHP_FUNCTION()
3712 php_imagechar(INTERNAL_FUNCTION_PARAM_PASSTHRU, 3); in PHP_FUNCTION()
4083 _php_image_convert(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_JPG); in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/oci8/
H A Doci8_interface.c1278 column = php_oci_statement_get_column_helper(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
1358 column = php_oci_statement_get_column_helper(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
1457 php_oci_fetch_row(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_OCI_NUM, 3); in PHP_FUNCTION()
1590 php_oci_fetch_row(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_OCI_ASSOC | PHP_OCI_RETURN_NULLS, 2); in PHP_FUNCTION()
1602 php_oci_fetch_row(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_OCI_NUM | PHP_OCI_RETURN_NULLS, 1); in PHP_FUNCTION()
1610 php_oci_fetch_row(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_OCI_ASSOC | PHP_OCI_RETURN_NULLS, 1); in PHP_FUNCTION()
1618 php_oci_fetch_row(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_OCI_BOTH | PHP_OCI_RETURN_NULLS, 2); in PHP_FUNCTION()
1684 php_oci_do_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 1); in PHP_FUNCTION()
1692 php_oci_do_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 0); in PHP_FUNCTION()
1700 php_oci_do_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1, 0); in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/intl/calendar/
H A Dcalendar_methods.cpp258 "intlcal_get", INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
397 _php_intlcal_before_after(&Calendar::after, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
402 _php_intlcal_before_after(&Calendar::before, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
590 "intlcal_get_actual_maximum", INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
596 "intlcal_get_actual_minimum", INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
684 "intlcal_get_greatest_minimum", INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
690 "intlcal_get_least_maximum", INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
724 "intlcal_get_maximum", INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
750 "intlcal_get_minimum", INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
H A Dgregoriancalendar_methods.cpp220 _php_intlgregcal_constructor_body(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
229 _php_intlgregcal_constructor_body(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_METHOD()
/PHP-7.3/ext/intl/locale/
H A Dlocale_methods.c450 get_icu_value_src_php( LOC_SCRIPT_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
462 get_icu_value_src_php( LOC_REGION_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
474 get_icu_value_src_php( LOC_LANG_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
623 get_icu_disp_value_src_php( DISP_NAME , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
635 get_icu_disp_value_src_php( LOC_LANG_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
647 get_icu_disp_value_src_php( LOC_SCRIPT_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
659 get_icu_disp_value_src_php( LOC_REGION_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
673 get_icu_disp_value_src_php( LOC_VARIANT_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
766 get_icu_value_src_php( LOC_CANONICALIZE_TAG , INTERNAL_FUNCTION_PARAM_PASSTHRU ); in PHP_FUNCTION()
/PHP-7.3/ext/phar/
H A Dfunc_interceptors.c87 PHAR_G(orig_opendir)(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHAR_FUNC()
222 PHAR_G(orig_file_get_contents)(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHAR_FUNC()
322 PHAR_G(orig_readfile)(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHAR_FUNC()
425 PHAR_G(orig_fopen)(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHAR_FUNC()
754 orig_stat_func(INTERNAL_FUNCTION_PARAM_PASSTHRU); in phar_file_stat()
762 PHAR_G(orig)(INTERNAL_FUNCTION_PARAM_PASSTHRU); \
771 phar_file_stat(filename, filename_len, funcnum, PHAR_G(orig), INTERNAL_FUNCTION_PARAM_PASSTHRU); \
908 PHAR_G(orig_is_file)(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PharFileFunction()
973 PHAR_G(orig_is_link)(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHAR_FUNC()
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c3214 reflection_method_invoke(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in ZEND_METHOD()
3222 reflection_method_invoke(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in ZEND_METHOD()
3230 _function_check_flag(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_FINAL); in ZEND_METHOD()
3246 _function_check_flag(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_PUBLIC); in ZEND_METHOD()
3270 _function_check_flag(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_STATIC); in ZEND_METHOD()
3762 reflection_class_object_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in ZEND_METHOD()
4604 _class_check_flag(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_INTERFACE); in ZEND_METHOD()
4612 _class_check_flag(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_TRAIT); in ZEND_METHOD()
4620 _class_check_flag(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_FINAL); in ZEND_METHOD()
5242 reflection_class_object_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in ZEND_METHOD()
[all …]
/PHP-7.3/ext/sysvsem/
H A Dsysvsem.c357 php_sysvsem_semop(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
365 php_sysvsem_semop(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()

Completed in 108 milliseconds

1234