Home
last modified time | relevance | path

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

/PHP-7.2/Zend/tests/generators/
H A Dyield_from_multi_tree_exception.phpt6 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 Dyield_from_multi_tree.phpt6 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 Dbreak_error_004.phpt12 Fatal error: Cannot 'break' 2 levels in %sbreak_error_004.php on line 4
H A Dbug77660.phpt10 Fatal error: Cannot 'break' 2147483648 levels in %sbug77660.php on line %d
/PHP-7.2/ext/standard/tests/strings/
H A Ddirname_multi.phpt20 Warning: dirname(): Invalid argument, levels must be >= 1 in %sdirname_multi.php on line %d
H A Ddirname_multi_win.phpt22 Warning: dirname(): Invalid argument, levels must be >= 1 in %sdirname_multi_win.php on line %d
H A Ddirname_error.phpt26 Warning: dirname(): Invalid argument, levels must be >= 1 in %s on line %d
/PHP-7.2/sapi/phpdbg/tests/
H A Dwatch_005.phpt2 Test proper watch comparisons when having multiple levels of indirection from a zval to its value
/PHP-7.2/ext/session/
H A Dmod_files.bat12 ECHO ^<depth^> is the number of levels defined in session.save_path
/PHP-7.2/ext/intl/doc/
H A DTutorial.txt43 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 Dgzencode_basic1.phpt30 // Calling gzencode() with various compression levels
/PHP-7.2/ext/pdo/
H A DTODO48 settable at dbh and stmt levels independently. If set at the dbh level,
/PHP-7.2/ext/standard/tests/class_object/
H A Dget_class_methods_basic_002.phpt12 * Test behaviour with various visibility levels.
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_references.phpt52 print "reference, two levels...\n";
257 reference, two levels...
/PHP-7.2/ext/sockets/tests/
H A Dsocket_strerror.phpt64 string(33) "Too many levels of symbolic links"
/PHP-7.2/ext/standard/
H A Dstring.c1643 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 Dbasic_functions.c2220 ZEND_ARG_INFO(0, levels)
/PHP-7.2/
H A DNEWS1545 . Add ssl security_level stream option to support OpenSSL security levels.
2447 . Implemented logging to syslog with dynamic error levels. (Jani Ollikainen)
H A Dphp.ini-development1346 ; /path, what this will do is use subdirectories N-levels deep, and
H A Dphp.ini-production1348 ; /path, what this will do is use subdirectories N-levels deep, and
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog2823 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 Dmagic11449 # The levels
11486 # Quake DeathMatch levels
11540 # Malice DeathMatch levels
20252 >>16 byte x %d levels,
H A Dmagic私はガラスを食べられます11449 # The levels
11486 # Quake DeathMatch levels
11540 # Malice DeathMatch levels
20252 >>16 byte x %d levels,

Completed in 184 milliseconds