Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 25 of 1377) sorted by last modified time

12345678910>>...56

/PHP-7.2/ext/standard/tests/strings/
H A Durl_t.phpt74 'http://user:@pass@host/path?argument?value#etc',
760 --> http://user:@pass@host/path?argument?value#etc: array(7) {
772 string(14) "argument?value"
/PHP-7.2/ext/standard/tests/url/
H A Dparse_url_basic_001.phpt706 --> http://user:@pass@host/path?argument?value#etc: array(7) {
718 string(14) "argument?value"
H A Dparse_url_basic_003.phpt92 --> http://user:@pass@host/path?argument?value#etc : string(4) "host"
H A Dparse_url_basic_005.phpt92 --> http://user:@pass@host/path?argument?value#etc : string(4) "user"
H A Dparse_url_unterminated.phpt708 --> http://user:@pass@host/path?argument?value#etc: array(7) {
720 string(14) "argument?value"
/PHP-7.2/
H A DNEWS874 . Fixed bug #76704 (mb_detect_order return value varies based on argument
1498 $position argument). (Laruence)
1621 . Add support for extension name as argument to dl().
1721 garbage argument names). (Andrea)
2022 argument w/strict_types). (Anatol)
2452 . Implemented RFC: Replace "Missing argument" warning with "\ArgumentCountError"
2477 . Fixed bug #73181 (parse_str() without a second argument leads to crash).
2899 . Fixed bug #72463 (mail fails with invalid argument). (Anatol)
3092 argument if the PHP code is invalid instead of resulting in a catchable
3107 . unpack() function accepts an additional optional argument $offset. (Dmitry)
H A Dconfigure.ac572 dnl The WARNING_LEVEL required because cc in QNX hates -w option without an argument
H A DUPGRADING119 . It is now possible to remove argument type annotations when overriding an
120 inherited method. This complies with contravariance of method argument types
193 . The $errcontext error handler argument has been deprecated. However, using
214 . Calling parse_str() without the result argument has been deprecated.
215 . Calling assert() with a string argument has been deprecated, use an ordinary
/PHP-7.2/ext/standard/
H A Dexec.c503 char *argument; in PHP_FUNCTION() local
507 Z_PARAM_STRING(argument, argument_len) in PHP_FUNCTION()
510 if (argument) { in PHP_FUNCTION()
511 if (argument_len != strlen(argument)) { in PHP_FUNCTION()
515 RETVAL_STR(php_escape_shell_arg(argument)); in PHP_FUNCTION()
/PHP-7.2/ext/phar/
H A Dphar_object.c3204 static int phar_set_compression(zval *zv, void *argument) /* {{{ */ in phar_set_compression() argument
3207 uint32_t compress = *(uint32_t *)argument; in phar_set_compression()
3221 static int phar_test_compression(zval *zv, void *argument) /* {{{ */ in phar_test_compression() argument
3231 *(int *) argument = 0; in phar_test_compression()
3237 *(int *) argument = 0; in phar_test_compression()
/PHP-7.2/win32/build/
H A Dconfig.w3278 STDOUT.WriteLine('WARNING: Invalid argument for MP: ' + PHP_MP);
312 -Wno-unused-command-line-argument");
H A Dconfig.w32.phpize.in56 STDOUT.WriteLine('WARNING: Invalid argument for MP: ' + PHP_MP);
/PHP-7.2/tests/lang/
H A DpassByReference_009.phpt2 Assignement as argument
H A Dfunc_get_arg_variation.phpt25 Warning: func_get_arg(): The argument number should be >= 0 in %s on line %d
H A Dbug23922.phpt21 Deprecated: assert(): Calling assert() with a string argument is deprecated in %s on line %d
H A Dbug27439.phpt70 Warning: Invalid argument supplied for foreach() in %s on line %d
72 Warning: Invalid argument supplied for foreach() in %s on line %d
74 Warning: Invalid argument supplied for foreach() in %s on line %d
H A Dbug29566.phpt17 Warning: Invalid argument supplied for foreach() in %sbug29566.php on line %d
/PHP-7.2/tests/output/
H A Dob_clean_error_001.phpt13 // One argument
14 echo "\n-- Testing ob_clean() function with one argument --\n";
23 -- Testing ob_clean() function with one argument --
H A Dob_flush_error_001.phpt13 // One argument
14 echo "\n-- Testing ob_flush() function with one argument --\n";
23 -- Testing ob_flush() function with one argument --
H A Dob_get_level_error_001.phpt13 // One argument
14 echo "\n-- Testing ob_get_level() function with one argument --\n";
23 -- Testing ob_get_level() function with one argument --
H A Dob_end_flush_error_001.phpt13 // One argument
14 echo "\n-- Testing ob_end_flush() function with one argument --\n";
23 -- Testing ob_end_flush() function with one argument --
/PHP-7.2/tests/classes/
H A Dbug27468.phpt16 Warning: Invalid argument supplied for foreach() in %sbug27468.php on line 4
H A Dinterface_optional_arg_003.phpt2 default argument value in and in implementing class with interface in included file
H A Dmethod_override_optional_arg_001.phpt2 Method override allows optional default argument
/PHP-7.2/sapi/phpdbg/
H A Dxml.md117 - noarg: argument missing
118 - wrongarg: wrong type of argument (e.g. letters instead of integer)
128 - got: type of argument for type "wrongarg"
129 - num: if possible, information about which parameter had a wrong argument
232 - variadic: has a non-empty value if the argument is variadic
515 - a general error is type="wrongargs" where a wrong argument was passed to a subcommand; tag is the…
554 - if no further argument is passed, it emits current state in a <setoplog active="" /> where act…
564 - if no further argument is passed, it emits current state in a <setoplog type="" /> where activ…

Completed in 77 milliseconds

12345678910>>...56