Home
last modified time | relevance | path

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

12

/PHP-7.2/ext/intl/collator/
H A Dcollator_create.c39 if( zend_parse_parameters_ex( zpp_flags, ZEND_NUM_ARGS(), "s", in collator_ctor()
/PHP-7.2/ext/com_dotnet/
H A Dcom_variant.c568 if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in variant_binary_operation()
575 } else if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in variant_binary_operation()
582 } else if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in variant_binary_operation()
775 if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in variant_unary_operation()
873 if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in PHP_FUNCTION()
911 if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in PHP_FUNCTION()
918 } else if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in PHP_FUNCTION()
925 } else if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in PHP_FUNCTION()
H A Dcom_com.c61 if (FAILURE == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in PHP_FUNCTION()
65 FAILURE == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, in PHP_FUNCTION()
/PHP-7.2/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp82 if (zend_parse_parameters_ex(zpp_flags, MIN(ZEND_NUM_ARGS(), 2), in _php_intlgregcal_constructor_body()
93 if (variant > 2 && zend_parse_parameters_ex(zpp_flags, ZEND_NUM_ARGS(), in _php_intlgregcal_constructor_body()
/PHP-7.2/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.2/ext/xsl/
H A Dxsltprocessor.c758 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "sa", &namespace, &namespac… in PHP_FUNCTION()
772 …} else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "sSS", &namespace, &… in PHP_FUNCTION()
848 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "a", &array_value) == SUCC… in PHP_FUNCTION()
858 …} else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "S", &name) == SUCC… in PHP_FUNCTION()
882 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "p!", &filename, &filename_… in PHP_FUNCTION()
926 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "") == SUCCESS) { in PHP_FUNCTION()
/PHP-7.2/ext/intl/msgformat/
H A Dmsgformat.c44 if( zend_parse_parameters_ex( zpp_flags, ZEND_NUM_ARGS(), "ss", in msgfmt_ctor()
/PHP-7.2/
H A DREADME.PARAMETER_PARSING_API17 int zend_parse_parameters_ex(int flags, int num_args, char *type_spec, ...);
35 This function behaves like zend_parse_parameters_ex() except that instead of
164 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(),
167 } else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(),
/PHP-7.2/ext/pgsql/
H A Dpgsql.c3321 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3331 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3340 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3351 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3395 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3405 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3414 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3425 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3646 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3650 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
[all …]
/PHP-7.2/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.2/ext/phar/
H A Dfunc_interceptors.c115 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "p|br!ll", &filename, &file… in PHAR_FUNC()
246 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "p|br!", &filename, &filena… in PHAR_FUNC()
347 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "ps|br", &filename, &filena… in PHAR_FUNC()
861 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "p", &filename, &filename_l… in PharFileFunction()
928 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "p", &filename, &filename_l… in PHAR_FUNC()
H A Dphar_object.c2962 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "r|l", &zstub, &len) == SUC… in PHP_METHOD()
3104 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "l|s", &algo, &key, &key_le… in PHP_METHOD()
3818 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "pr", &fname, &fname_len, &… in PHP_METHOD()
/PHP-7.2/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.2/ext/intl/resourcebundle/
H A Dresourcebundle_class.c90 if( zend_parse_parameters_ex( zpp_flags, ZEND_NUM_ARGS(), "s!s!|b", in resourcebundle_ctor()
/PHP-7.2/ext/fileinfo/
H A Dfileinfo.c300 …if (zend_parse_parameters_ex(flags, ZEND_NUM_ARGS(), "|lp", &options, &file, &file_len) == FAILURE… in PHP_FUNCTION()
/PHP-7.2/Zend/
H A Dzend_exceptions.c276 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc, "|SlO!", &message, &code, &previous, z… in ZEND_METHOD()
343 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc, "|sllslO!", &message, &message_len, &c… in ZEND_METHOD()
/PHP-7.2/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.2/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.2/ext/spl/
H A Dspl_array.c1484 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "|z", &arg) == FAILURE) { in spl_array_method()
1495 …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.c494 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "|zbb", &zcallable, &do_thr… in PHP_FUNCTION()
H A Dspl_iterators.c496 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "o|lzl", &iterator, &flags,… in spl_recursive_it_it_construct()
524 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "o|ll", &iterator, &mode, &… in spl_recursive_it_it_construct()
3373 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "O", &it, zend_ce_iterator)… in SPL_METHOD()
/PHP-7.2/ext/sqlite3/
H A Dsqlite3.c1495 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "lz|l", &param.param_number… in PHP_METHOD()
1534 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "lz/|l", &param.param_numbe… in PHP_METHOD()
/PHP-7.2/ext/dba/
H A Ddba.c1119 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "z", &zkey) == SUCCESS) { in PHP_FUNCTION()
/PHP-7.2/ext/pdo/
H A Dpdo_stmt.c1545 if (FAILURE == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), in register_bound_param()
1590 if (FAILURE == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), in PHP_METHOD()
/PHP-7.2/ext/date/
H A Dphp_date.c4619 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "OOl|l", &start, date_ce_in… in PHP_METHOD()
4620 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "OOO|l", &start, date_ce_in… in PHP_METHOD()
4621 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "s|l", &isostr, &isostr_len… in PHP_METHOD()

Completed in 166 milliseconds

12