Home
last modified time | relevance | path

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

/PHP-7.1/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.1/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.1/ext/pgsql/
H A Dpgsql.c3315 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3325 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3334 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3345 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3389 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3399 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3408 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3419 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3640 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
3644 else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc,
[all …]
/PHP-7.1/
H A DREADME.PARAMETER_PARSING_API22 also takes 'flags' argument -- current only ZEND_PARSE_PARAMS_QUIET can
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.1/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()
905 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "p", &filename, &filename_l… in PharFileFunction()
972 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "p", &filename, &filename_l… in PHAR_FUNC()
H A Dphar_object.c2904 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "r|l", &zstub, &len) == SUC… in PHP_METHOD()
3046 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "l|s", &algo, &key, &key_le… in PHP_METHOD()
3760 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "pr", &fname, &fname_len, &… in PHP_METHOD()
/PHP-7.1/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.1/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()
H A Dzend_API.h266 #define ZEND_PARSE_PARAMS_QUIET (1<<1) macro
740 if (!(_flags & ZEND_PARSE_PARAMS_QUIET)) { \
755 if (!(_flags & ZEND_PARSE_PARAMS_QUIET)) { \
H A Dzend_API.c756 if (!(flags & ZEND_PARSE_PARAMS_QUIET) && (*expected_type || error)) { in zend_parse_arg()
874 if (!(flags & ZEND_PARSE_PARAMS_QUIET)) { in zend_parse_va_args()
1042 if (!(flags & ZEND_PARSE_PARAMS_QUIET)) { in zend_parse_method_parameters_ex()
/PHP-7.1/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.1/ext/oci8/
H A Doci8_interface.c2042 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "rsss", &z_connection, &use… in PHP_FUNCTION()
2062 …} else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "ssss", &dbname, &db… in PHP_FUNCTION()
/PHP-7.1/ext/spl/
H A Dspl_array.c1460 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "|z", &arg) == FAILURE) { in spl_array_method()
1471 …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.c465 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "|zbb", &zcallable, &do_thr… in PHP_FUNCTION()
H A Dspl_iterators.c497 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "o|lzl", &iterator, &flags,… in spl_recursive_it_it_construct()
525 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "o|ll", &iterator, &mode, &… in spl_recursive_it_it_construct()
3374 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "O", &it, zend_ce_iterator)… in SPL_METHOD()
/PHP-7.1/ext/dba/
H A Ddba.c1066 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "z", &zkey) == SUCCESS) { in PHP_FUNCTION()
/PHP-7.1/ext/sqlite3/
H A Dsqlite3.c1462 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "lz|l", &param.param_number… in PHP_METHOD()
1501 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "lz/|l", &param.param_numbe… in PHP_METHOD()
/PHP-7.1/ext/pdo/
H A Dpdo_stmt.c1541 if (FAILURE == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), in register_bound_param()
1586 if (FAILURE == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), in PHP_METHOD()
/PHP-7.1/ext/date/
H A Dphp_date.c4571 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "OOl|l", &start, date_ce_in… in PHP_METHOD()
4572 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "OOO|l", &start, date_ce_in… in PHP_METHOD()
4573 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "s|l", &isostr, &isostr_len… in PHP_METHOD()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c1680 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "O", &closure, zend_ce_clos… in ZEND_METHOD()
3104 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "zs", &classname, &name_str… in ZEND_METHOD()
5690 if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "z", &value) == FAILURE) { in ZEND_METHOD()
/PHP-7.1/ext/soap/
H A Dsoap.c1148 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "z|a", &wsdl, &options) == … in PHP_METHOD()
2312 …if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "z|a", &wsdl, &options) == …
/PHP-7.1/ext/standard/
H A Dstring.c2729 ZEND_PARSE_PARAMETERS_START_EX(ZEND_PARSE_PARAMS_QUIET, 1, 1)

Completed in 203 milliseconds