Searched refs:levels (Results 1 – 23 of 23) sorted by relevance
/PHP-7.2/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) { 19 foreach (range(0, 6) as $levels) { 20 print "$levels level".($levels == 1 ? "" : "s")."\n\n"; 23 $all[] = $gens[0][0] = from($levels); 45 0 levels 61 2 levels 74 3 levels 95 4 levels 132 5 levels [all …]
|
/PHP-7.2/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
|
/PHP-7.2/ext/standard/tests/strings/ |
H A D | dirname_multi.phpt | 20 Warning: dirname(): Invalid argument, levels must be >= 1 in %sdirname_multi.php on line %d
|
H A D | dirname_multi_win.phpt | 22 Warning: dirname(): Invalid argument, levels must be >= 1 in %sdirname_multi_win.php on line %d
|
H A D | dirname_error.phpt | 26 Warning: dirname(): Invalid argument, levels must be >= 1 in %s on line %d
|
/PHP-7.2/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-7.2/ext/session/ |
H A D | mod_files.bat | 12 ECHO ^<depth^> is the number of levels defined in session.save_path
|
/PHP-7.2/ext/intl/doc/ |
H A D | Tutorial.txt | 43 The ICU Collation Service supports many levels of comparison (named "Levels", but also 45 according to local conventions. However, by allowing the levels to be selectively 80 5. Identical Level: When all other levels are equal, the identical level is used as a 82 compared at this level, just in case there is no difference at levels 14 90 for text. Almost all characters are distinguished by the first three levels, and in most 96 levels higher than Tertiary the Identical strength result in significantly longer sort
|
/PHP-7.2/ext/zlib/tests/ |
H A D | gzencode_basic1.phpt | 30 // Calling gzencode() with various compression levels
|
/PHP-7.2/ext/pdo/ |
H A D | TODO | 48 settable at dbh and stmt levels independently. If set at the dbh level,
|
/PHP-7.2/ext/standard/tests/class_object/ |
H A D | get_class_methods_basic_002.phpt | 12 * Test behaviour with various visibility levels.
|
/PHP-7.2/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_result_references.phpt | 52 print "reference, two levels...\n"; 257 reference, two levels...
|
/PHP-7.2/ext/sockets/tests/ |
H A D | socket_strerror.phpt | 64 string(33) "Too many levels of symbolic links"
|
/PHP-7.2/ext/standard/ |
H A D | string.c | 1643 zend_long levels = 1; local 1648 Z_PARAM_LONG(levels) 1653 if (levels == 1) { 1660 } else if (levels < 1) { 1672 } while (ZSTR_LEN(ret) < str_len && --levels);
|
H A D | basic_functions.c | 2220 ZEND_ARG_INFO(0, levels)
|
/PHP-7.2/ |
H A D | NEWS | 1545 . Add ssl security_level stream option to support OpenSSL security levels. 2447 . Implemented logging to syslog with dynamic error levels. (Jani Ollikainen)
|
H A D | php.ini-development | 1346 ; /path, what this will do is use subdirectories N-levels deep, and
|
H A D | php.ini-production | 1348 ; /path, what this will do is use subdirectories N-levels deep, and
|
/PHP-7.2/ext/pcre/pcrelib/ |
H A D | ChangeLog | 2823 The action now is always to scan all levels of directory, and just 3599 more efficient than the old way of doing things because it avoids levels of 3640 and pcrecpp.cc because they annoy compilers at high warning levels.
|
/PHP-7.2/ext/fileinfo/tests/ |
H A D | magic | 11449 # The levels 11486 # Quake DeathMatch levels 11540 # Malice DeathMatch levels 20252 >>16 byte x %d levels,
|
H A D | magic私はガラスを食べられます | 11449 # The levels 11486 # Quake DeathMatch levels 11540 # Malice DeathMatch levels 20252 >>16 byte x %d levels,
|
Completed in 184 milliseconds