ZEND_PARSE_PARAMS_QUIET 720 Zend/zend_API.c int quiet = flags & ZEND_PARSE_PARAMS_QUIET; ZEND_PARSE_PARAMS_QUIET 738 Zend/zend_API.c int quiet = flags & ZEND_PARSE_PARAMS_QUIET; ZEND_PARSE_PARAMS_QUIET 906 Zend/zend_API.c RETURN_IF_ZERO_ARGS(num_args, type_spec, flags & ZEND_PARSE_PARAMS_QUIET); ZEND_PARSE_PARAMS_QUIET 974 Zend/zend_API.c int quiet = flags & ZEND_PARSE_PARAMS_QUIET; ZEND_PARSE_PARAMS_QUIET 209 Zend/zend_exceptions.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, "|slO!", &message, &message_len, &code, &previous, default_exception_ce) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 264 Zend/zend_exceptions.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, "|sllslO!", &message, &message_len, &code, &severity, &filename, &filename_len, &lineno, &previous, default_exception_ce) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 59 ext/com_dotnet/com_com.c if (FAILURE == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_PARSE_PARAMS_QUIET 63 ext/com_dotnet/com_com.c FAILURE == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_PARSE_PARAMS_QUIET 528 ext/com_dotnet/com_variant.c if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_PARSE_PARAMS_QUIET 535 ext/com_dotnet/com_variant.c } else if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_PARSE_PARAMS_QUIET 542 ext/com_dotnet/com_variant.c } else if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_PARSE_PARAMS_QUIET 735 ext/com_dotnet/com_variant.c if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_PARSE_PARAMS_QUIET 833 ext/com_dotnet/com_variant.c if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_PARSE_PARAMS_QUIET 871 ext/com_dotnet/com_variant.c if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_PARSE_PARAMS_QUIET 878 ext/com_dotnet/com_variant.c } else if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_PARSE_PARAMS_QUIET 885 ext/com_dotnet/com_variant.c } else if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_PARSE_PARAMS_QUIET 1464 ext/date/php_date.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "sl", ×, &time_len, &preset_ts) != FAILURE) { ZEND_PARSE_PARAMS_QUIET 4426 ext/date/php_date.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "OOl|l", &start, date_ce_interface, &interval, date_ce_interval, &recurrences, &options) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 4427 ext/date/php_date.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "OOO|l", &start, date_ce_interface, &interval, date_ce_interval, &end, date_ce_interface, &options) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 4428 ext/date/php_date.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &isostr, &isostr_len, &options) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 1055 ext/dba/dba.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "z", &zkey) == SUCCESS) { ZEND_PARSE_PARAMS_QUIET 558 ext/dom/xpath.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "a", &array_value) == SUCCESS) { ZEND_PARSE_PARAMS_QUIET 575 ext/dom/xpath.c } else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "s", &name, &name_len) == SUCCESS) { ZEND_PARSE_PARAMS_QUIET 1078 ext/interbase/ibase_query.c if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, 3 TSRMLS_CC, "rrs", ZEND_PARSE_PARAMS_QUIET 1089 ext/interbase/ibase_query.c if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, 2 TSRMLS_CC, "rs", ZEND_PARSE_PARAMS_QUIET 1101 ext/interbase/ibase_query.c if (SUCCESS == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() ZEND_PARSE_PARAMS_QUIET 1968 ext/oci8/oci8_interface.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "rsss", &z_connection, &user, &user_len, &pass_old, &pass_old_len, &pass_new, &pass_new_len) == SUCCESS) { ZEND_PARSE_PARAMS_QUIET 1988 ext/oci8/oci8_interface.c } else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "ssss", &dbname, &dbname_len, &user, &user_len, &pass_old, &pass_old_len, &pass_new, &pass_new_len) == SUCCESS) { ZEND_PARSE_PARAMS_QUIET 1568 ext/pdo/pdo_stmt.c if (FAILURE == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, ZEND_PARSE_PARAMS_QUIET 1608 ext/pdo/pdo_stmt.c if (FAILURE == zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, ZEND_PARSE_PARAMS_QUIET 1757 ext/pgsql/pgsql.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "rs", &pgsql_link, ¶m, &len) == SUCCESS) { ZEND_PARSE_PARAMS_QUIET 1790 ext/pgsql/pgsql.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "r", &pgsql_link) == SUCCESS) { ZEND_PARSE_PARAMS_QUIET 3261 ext/pgsql/pgsql.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, ZEND_PARSE_PARAMS_QUIET 3270 ext/pgsql/pgsql.c else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, ZEND_PARSE_PARAMS_QUIET 3278 ext/pgsql/pgsql.c else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, ZEND_PARSE_PARAMS_QUIET 3289 ext/pgsql/pgsql.c else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, ZEND_PARSE_PARAMS_QUIET 3333 ext/pgsql/pgsql.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, ZEND_PARSE_PARAMS_QUIET 3342 ext/pgsql/pgsql.c else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, ZEND_PARSE_PARAMS_QUIET 3350 ext/pgsql/pgsql.c else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, ZEND_PARSE_PARAMS_QUIET 3361 ext/pgsql/pgsql.c else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, ZEND_PARSE_PARAMS_QUIET 3573 ext/pgsql/pgsql.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, ZEND_PARSE_PARAMS_QUIET 3577 ext/pgsql/pgsql.c else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, ZEND_PARSE_PARAMS_QUIET 3583 ext/pgsql/pgsql.c else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, ZEND_PARSE_PARAMS_QUIET 3663 ext/pgsql/pgsql.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, ZEND_PARSE_PARAMS_QUIET 3671 ext/pgsql/pgsql.c else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, ZEND_PARSE_PARAMS_QUIET 3680 ext/pgsql/pgsql.c else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, ZEND_PARSE_PARAMS_QUIET 3690 ext/pgsql/pgsql.c else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, ZEND_PARSE_PARAMS_QUIET 3701 ext/pgsql/pgsql.c else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, ZEND_PARSE_PARAMS_QUIET 3710 ext/pgsql/pgsql.c else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, argc TSRMLS_CC, ZEND_PARSE_PARAMS_QUIET 4594 ext/pgsql/pgsql.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "r", ZEND_PARSE_PARAMS_QUIET 4622 ext/pgsql/pgsql.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "rl", ZEND_PARSE_PARAMS_QUIET 4665 ext/pgsql/pgsql.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "r", ZEND_PARSE_PARAMS_QUIET 4687 ext/pgsql/pgsql.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "r", ZEND_PARSE_PARAMS_QUIET 4709 ext/pgsql/pgsql.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "r", ZEND_PARSE_PARAMS_QUIET 4759 ext/pgsql/pgsql.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "r", ZEND_PARSE_PARAMS_QUIET 5197 ext/pgsql/pgsql.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "r", &pgsql_link) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 5226 ext/pgsql/pgsql.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "r|l", ZEND_PARSE_PARAMS_QUIET 5259 ext/pgsql/pgsql.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "r|l", ZEND_PARSE_PARAMS_QUIET 5316 ext/pgsql/pgsql.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "r", ZEND_PARSE_PARAMS_QUIET 116 ext/phar/func_interceptors.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "p|br!ll", &filename, &filename_len, &use_include_path, &zcontext, &offset, &maxlen) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 247 ext/phar/func_interceptors.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "p|br!", &filename, &filename_len, &use_include_path, &zcontext) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 343 ext/phar/func_interceptors.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "ps|br", &filename, &filename_len, &mode, &mode_len, &use_include_path, &zcontext) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 908 ext/phar/func_interceptors.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "p", &filename, &filename_len) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 975 ext/phar/func_interceptors.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "p", &filename, &filename_len) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 2904 ext/phar/phar_object.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "r|l", &zstub, &len) == SUCCESS) { ZEND_PARSE_PARAMS_QUIET 3045 ext/phar/phar_object.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "l|s", &algo, &key, &key_len) != SUCCESS) { ZEND_PARSE_PARAMS_QUIET 3736 ext/phar/phar_object.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "pr", &fname, &fname_len, &zresource) == FAILURE ZEND_PARSE_PARAMS_QUIET 1651 ext/reflection/php_reflection.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "O", &closure, zend_ce_closure) == SUCCESS) { ZEND_PARSE_PARAMS_QUIET 2739 ext/reflection/php_reflection.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "zs", &classname, &name_str, &name_len) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 5107 ext/reflection/php_reflection.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "z", &value) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 1124 ext/soap/soap.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "z|a", &wsdl, &options) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 2340 ext/soap/soap.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "z|a", &wsdl, &options) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 479 ext/spl/php_spl.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "|zbb", &zcallable, &do_throw, &prepend) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 1471 ext/spl/spl_array.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "|z", &arg) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 1481 ext/spl/spl_array.c if (ZEND_NUM_ARGS() != 1 || zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "z", &arg) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 481 ext/spl/spl_iterators.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "o|lzl", &iterator, &flags, &user_caching_it_flags, &mode) == SUCCESS) { ZEND_PARSE_PARAMS_QUIET 511 ext/spl/spl_iterators.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "o|ll", &iterator, &mode, &flags) == SUCCESS) { ZEND_PARSE_PARAMS_QUIET 3435 ext/spl/spl_iterators.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "O", &it, zend_ce_iterator) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 1467 ext/sqlite3/sqlite3.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "lz|l", ¶m.param_number, ¶m.parameter, ¶m.type) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 1502 ext/sqlite3/sqlite3.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "lz/|l", ¶m.param_number, ¶m.parameter, ¶m.type) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 1035 ext/standard/streamsfuncs.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, ZEND_PARSE_PARAMS_QUIET 1038 ext/standard/streamsfuncs.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, ZEND_PARSE_PARAMS_QUIET 2676 ext/standard/string.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "l", &c) == FAILURE) { ZEND_PARSE_PARAMS_QUIET 790 ext/xsl/xsltprocessor.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "sa", &namespace, &namespace_len, &array_value) == SUCCESS) { ZEND_PARSE_PARAMS_QUIET 812 ext/xsl/xsltprocessor.c } else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "sss", &namespace, &namespace_len, &name, &name_len, &value, &value_len) == SUCCESS) { ZEND_PARSE_PARAMS_QUIET 888 ext/xsl/xsltprocessor.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "a", &array_value) == SUCCESS) { ZEND_PARSE_PARAMS_QUIET 904 ext/xsl/xsltprocessor.c } else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "s", &name, &name_len) == SUCCESS) { ZEND_PARSE_PARAMS_QUIET 929 ext/xsl/xsltprocessor.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "p!", &filename, &filename_len) == SUCCESS) { ZEND_PARSE_PARAMS_QUIET 973 ext/xsl/xsltprocessor.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "") == SUCCESS) {