Home
last modified time | relevance | path

Searched refs:zend_parse_parameters_ex (Results 1 – 25 of 28) sorted by relevance

12

/PHP-7.3/ext/intl/collator/
H A Dcollator_create.c39 if( zend_parse_parameters_ex( zpp_flags, ZEND_NUM_ARGS(), "s", in collator_ctor()
/PHP-7.3/ext/com_dotnet/
H A Dcom_variant.c554 if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in variant_binary_operation()
561 } else if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in variant_binary_operation()
568 } else if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in variant_binary_operation()
761 if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in variant_unary_operation()
859 if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in PHP_FUNCTION()
897 if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in PHP_FUNCTION()
904 } else if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in PHP_FUNCTION()
911 } else if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in PHP_FUNCTION()
H A Dcom_com.c59 if (FAILURE == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in PHP_FUNCTION()
63 FAILURE == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in PHP_FUNCTION()
/PHP-7.3/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp89 if (zend_parse_parameters_ex(zpp_flags, MIN(ZEND_NUM_ARGS(), 2), in _php_intlgregcal_constructor_body()
100 if (variant > 2 && zend_parse_parameters_ex(zpp_flags, ZEND_NUM_ARGS(), in _php_intlgregcal_constructor_body()
/PHP-7.3/ext/intl/formatter/
H A Dformatter_main.c40 if( zend_parse_parameters_ex( zpp_flags, ZEND_NUM_ARGS(), "sl|s", in numfmt_ctor()
/PHP-7.3/ext/xsl/
H A Dxsltprocessor.c752 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "sa", &namespace, &namespac… in PHP_FUNCTION()
764 …} else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "sSS", &namespace, &… in PHP_FUNCTION()
839 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "a", &array_value) == SUCC… in PHP_FUNCTION()
849 …} else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "S", &name) == SUCC… in PHP_FUNCTION()
873 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "p!", &filename, &filename_… in PHP_FUNCTION()
917 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "") == SUCCESS) { in PHP_FUNCTION()
/PHP-7.3/ext/intl/msgformat/
H A Dmsgformat.c44 if( zend_parse_parameters_ex( zpp_flags, ZEND_NUM_ARGS(), "ss", in msgfmt_ctor()
/PHP-7.3/
H A DREADME.PARAMETER_PARSING_API17 int zend_parse_parameters_ex(int flags, int num_args, char *type_spec, ...);
42 This function behaves like zend_parse_parameters_ex() except that instead of
171 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(),
174 } else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(),
/PHP-7.3/ext/pgsql/
H A Dpgsql.c3318 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3328 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3337 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3348 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3392 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3402 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3411 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3422 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3643 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3647 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
[all …]
/PHP-7.3/ext/intl/dateformat/
H A Ddateformat_create.cpp77 if (zend_parse_parameters_ex(zpp_flags, ZEND_NUM_ARGS(), "s!ll|zzs", in datefmt_ctor()
/PHP-7.3/ext/phar/
H A Dfunc_interceptors.c113 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "p|br!ll", &filename, &file… in PHAR_FUNC()
244 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "p|br!", &filename, &filena… in PHAR_FUNC()
345 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "ps|br", &filename, &filena… in PHAR_FUNC()
859 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "p", &filename, &filename_l… in PharFileFunction()
926 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "p", &filename, &filename_l… in PHAR_FUNC()
H A Dphar_object.c2908 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "r|l", &zstub, &len) == SUC… in PHP_METHOD()
3050 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "l|s", &algo, &key, &key_le… in PHP_METHOD()
3749 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "pr", &fname, &fname_len, &… in PHP_METHOD()
/PHP-7.3/ext/dom/
H A Dxpath.c515 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "a", &array_value) == SUCC… in PHP_FUNCTION()
526 …} else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "S", &name) == SUCC… in PHP_FUNCTION()
/PHP-7.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.c92 if( zend_parse_parameters_ex( zpp_flags, ZEND_NUM_ARGS(), "s!s!|b", in resourcebundle_ctor()
/PHP-7.3/ext/fileinfo/
H A Dfileinfo.c298 …if (zend_parse_parameters_ex(flags, ZEND_NUM_ARGS(), "|lp", &options, &file, &file_len) == FAILURE… in PHP_FUNCTION()
/PHP-7.3/Zend/
H A Dzend_exceptions.c282 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc, "|SlO!", &message, &code, &previous, z… in ZEND_METHOD()
348 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc, "|SllSlO!", &message, &code, &severity… in ZEND_METHOD()
/PHP-7.3/ext/interbase/
H A Dibase_query.c1084 if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, 3, "rrs", in PHP_FUNCTION()
1095 if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, 2, "rs", in PHP_FUNCTION()
1107 if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), in PHP_FUNCTION()
/PHP-7.3/ext/oci8/
H A Doci8_interface.c2101 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "rsss", &z_connection, &use… in PHP_FUNCTION()
2121 …} else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "ssss", &dbname, &db… in PHP_FUNCTION()
/PHP-7.3/ext/spl/
H A Dspl_array.c1482 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "|z", &arg) == FAILURE) { in spl_array_method()
1493 …if (ZEND_NUM_ARGS() != 1 || zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "z"… in spl_array_method()
H A Dphp_spl.c511 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "|zbb", &zcallable, &do_thr… in PHP_FUNCTION()
H A Dspl_iterators.c495 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "o|lzl", &iterator, &flags,… in spl_recursive_it_it_construct()
523 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "o|ll", &iterator, &mode, &… in spl_recursive_it_it_construct()
3361 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "O", &it, zend_ce_iterator)… in SPL_METHOD()
/PHP-7.3/ext/sqlite3/
H A Dsqlite3.c1491 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "lz|l", &param.param_number… in PHP_METHOD()
1530 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "lz|l", &param.param_number… in PHP_METHOD()
/PHP-7.3/ext/dba/
H A Ddba.c1114 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "z", &zkey) == SUCCESS) { in PHP_FUNCTION()
/PHP-7.3/ext/pdo/
H A Dpdo_stmt.c1544 if (FAILURE == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), in register_bound_param()
1589 if (FAILURE == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), in PHP_METHOD()
/PHP-7.3/ext/date/
H A Dphp_date.c4617 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "OOl|l", &start, date_ce_in… in PHP_METHOD()
4618 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "OOO|l", &start, date_ce_in… in PHP_METHOD()
4619 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "s|l", &isostr, &isostr_len… in PHP_METHOD()

Completed in 117 milliseconds

12