Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/intl/collator/
H A Dcollator_create.c39 if( zend_parse_parameters_ex( zpp_flags, ZEND_NUM_ARGS(), "s", in collator_ctor()
/PHP-7.4/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.4/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.4/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.4/ext/xsl/
H A Dxsltprocessor.c756 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "sa", &namespace, &namespac… in PHP_FUNCTION()
774 …} else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "sSS", &namespace, &… in PHP_FUNCTION()
849 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "a", &array_value) == SUCC… in PHP_FUNCTION()
863 …} else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "S", &name) == SUCC… in PHP_FUNCTION()
887 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "p!", &filename, &filename_… in PHP_FUNCTION()
931 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "") == SUCCESS) { in PHP_FUNCTION()
/PHP-7.4/docs/
H A Dparameter-parsing-api.md22 int zend_parse_parameters_ex(int flags, int num_args, char *type_spec, ...);
51 This function behaves like `zend_parse_parameters_ex()` except that instead of
185 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(),
188 } else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(),
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat.c45 if( zend_parse_parameters_ex( zpp_flags, ZEND_NUM_ARGS(), "ss", in msgfmt_ctor()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c3317 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3327 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3336 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3347 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3391 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3401 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3410 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3421 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3642 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3646 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
[all …]
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_create.cpp73 if (zend_parse_parameters_ex(zpp_flags, ZEND_NUM_ARGS(), "s!ll|zzs", in datefmt_ctor()
/PHP-7.4/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.c2921 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "r|l", &zstub, &len) == SUC… in PHP_METHOD()
3063 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "l|s", &algo, &key, &key_le… in PHP_METHOD()
3778 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "pr", &fname, &fname_len, &… in PHP_METHOD()
/PHP-7.4/ext/dom/
H A Dxpath.c517 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "a", &array_value) == SUCC… in PHP_FUNCTION()
528 …} else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "S", &name) == SUCC… in PHP_FUNCTION()
/PHP-7.4/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.4/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.4/Zend/
H A Dzend_exceptions.c286 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc, "|SlO!", &message, &code, &previous, z… in ZEND_METHOD()
352 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc, "|SllSlO!", &message, &code, &severity… in ZEND_METHOD()
/PHP-7.4/ext/oci8/
H A Doci8_interface.c2106 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "rsss", &z_connection, &use… in PHP_FUNCTION()
2126 …} else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "ssss", &dbname, &db… in PHP_FUNCTION()
/PHP-7.4/ext/spl/
H A Dspl_array.c1443 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "|z", &arg) == FAILURE) { in spl_array_method()
1454 …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.c515 …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()
3339 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "O", &it, zend_ce_iterator)… in SPL_METHOD()
/PHP-7.4/ext/dba/
H A Ddba.c1122 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "z", &zkey) == SUCCESS) { in PHP_FUNCTION()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c1750 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "lz|l", &param.param_number… in PHP_METHOD()
1789 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "lz|l", &param.param_number… in PHP_METHOD()
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c1537 if (FAILURE == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), in register_bound_param()
1582 if (FAILURE == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), in PHP_METHOD()
/PHP-7.4/ext/date/
H A Dphp_date.c4688 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "OOl|l", &start, date_ce_in… in PHP_METHOD()
4689 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "OOO|l", &start, date_ce_in… in PHP_METHOD()
4690 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "s|l", &isostr, &isostr_len… in PHP_METHOD()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1508 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "O", &closure, zend_ce_clos… in ZEND_METHOD()
2940 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "zs", &classname, &name_str… in ZEND_METHOD()
5538 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "z", &value) == FAILURE) { in ZEND_METHOD()

Completed in 189 milliseconds

12