Searched refs:levels (Results 1 – 23 of 23) sorted by relevance
/PHP-8.1/Zend/tests/generators/ |
H A D | yield_from_multi_tree_exception.phpt | 6 function from($levels) { 7 foreach (range(0, 2 << $levels) as $v) { 9 if ($v == (1 << ($levels - 1)) - 2) { 19 $levels = 5; 21 print "$levels levels\n\n"; 24 $all[] = $gens[0][0] = from($levels); 26 for ($level = 1; $level < $levels; $level++) { 48 5 levels
|
H A D | yield_from_multi_tree.phpt | 6 function from($levels) { 7 foreach (range(0, 2 << $levels) as $v) { 16 foreach (range(0, 6) as $levels) { 17 print "$levels level".($levels == 1 ? "" : "s")."\n\n"; 20 $all[] = $gens[0][0] = from($levels); 42 0 levels 58 2 levels 71 3 levels 92 4 levels 129 5 levels [all …]
|
H A D | yield_from_multi_tree_single_nodes.phpt | 6 function from($levels) { 7 foreach (range(0, 2 << $levels) as $v) { 16 foreach (range(0, 6) as $levels) { 17 print "$levels level".($levels == 1 ? "" : "s")."\n\n"; 20 $all[] = $gens[0][0] = from($levels); 42 0 levels 58 2 levels 71 3 levels 92 4 levels 129 5 levels [all …]
|
/PHP-8.1/ext/opcache/tests/opt/ |
H A D | dce_012.phpt | 13 foreach (range(0, 6) as $levels) { 14 print "$levels level" . ($levels == C ? "" : "s") . "aaa";
|
/PHP-8.1/Zend/tests/ |
H A D | break_error_004.phpt | 12 Fatal error: Cannot 'break' 2 levels in %sbreak_error_004.php on line 4
|
H A D | bug77660.phpt | 10 Fatal error: Cannot 'break' 2147483648 levels in %sbug77660.php on line %d
|
H A D | flexible-heredoc-complex-test3.phpt | 3 with the same delimiter name with different levels of indentation
|
/PHP-8.1/ext/standard/tests/strings/ |
H A D | dirname_error.phpt | 17 dirname(): Argument #2 ($levels) must be greater than or equal to 1
|
H A D | dirname_multi.phpt | 20 dirname(): Argument #2 ($levels) must be greater than or equal to 1
|
H A D | dirname_multi_win.phpt | 23 dirname(): Argument #2 ($levels) must be greater than or equal to 1
|
/PHP-8.1/sapi/phpdbg/tests/ |
H A D | watch_005.phpt | 2 Test proper watch comparisons when having multiple levels of indirection from a zval to its value
|
/PHP-8.1/ext/session/ |
H A D | mod_files.bat | 12 ECHO ^<depth^> is the number of levels defined in session.save_path
|
/PHP-8.1/ext/zlib/tests/ |
H A D | gzencode_basic1.phpt | 22 // Calling gzencode() with various compression levels
|
/PHP-8.1/ext/standard/tests/class_object/ |
H A D | get_class_methods_basic_002.phpt | 6 * Test behaviour with various visibility levels.
|
/PHP-8.1/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_result_references.phpt | 52 print "reference, two levels...\n"; 257 reference, two levels...
|
/PHP-8.1/ext/imap/ |
H A D | config.m4 | 31 dnl levels or systems where --as-needed is not used.
|
/PHP-8.1/ext/standard/ |
H A D | string.c | 1635 zend_long levels = 1; local 1640 Z_PARAM_LONG(levels) 1645 if (levels == 1) { 1652 } else if (levels < 1) { 1664 } while (ZSTR_LEN(ret) < str_len && --levels);
|
H A D | basic_functions.stub.php | 762 function dirname(string $path, int $levels = 1): string {} argument
|
H A D | basic_functions_arginfo.h | 881 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, levels, IS_LONG, 0, "1")
|
/PHP-8.1/ |
H A D | php.ini-development | 1345 ; /path, what this will do is use subdirectories N-levels deep, and
|
H A D | php.ini-production | 1347 ; /path, what this will do is use subdirectories N-levels deep, and
|
/PHP-8.1/ext/fileinfo/tests/ |
H A D | magic | 14656 # The levels 14693 # Quake DeathMatch levels 14747 # Malice DeathMatch levels 27154 >>16 byte x %d levels,
|
H A D | magic私はガラスを食べられます | 14656 # The levels 14693 # Quake DeathMatch levels 14747 # Malice DeathMatch levels 27154 >>16 byte x %d levels,
|
Completed in 203 milliseconds