Home
last modified time | relevance | path

Searched refs:ZEND_PARSE_PARAMS_QUIET (Results 1 – 20 of 20) sorted by relevance

/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/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/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/docs/
H A Dparameter-parsing-api.md28 -- current only `ZEND_PARSE_PARAMS_QUIET` can be used as 'flags' to specify that
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/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/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()
H A Dzend_API.h256 #define ZEND_PARSE_PARAMS_QUIET (1<<1) macro
1163 if (!(_flags & ZEND_PARSE_PARAMS_QUIET)) { \
1188 if (!(_flags & ZEND_PARSE_PARAMS_QUIET)) { \
H A Dzend_API.c865 if (!(flags & ZEND_PARSE_PARAMS_QUIET) && (*expected_type || error)) { in zend_parse_arg()
983 if (!(flags & ZEND_PARSE_PARAMS_QUIET)) { in zend_parse_va_args()
1151 if (!(flags & ZEND_PARSE_PARAMS_QUIET)) { in zend_parse_method_parameters_ex()
/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 179 milliseconds