Home
last modified time | relevance | path

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

/PHP-7.1/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.1/Zend/tests/
H A Dbreak_error_004.phpt12 Fatal error: Cannot 'break' 2 levels in %sbreak_error_004.php on line 4
/PHP-7.1/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.1/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.1/ext/session/
H A Dmod_files.bat12 ECHO ^<depth^> is the number of levels defined in session.save_path
/PHP-7.1/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.1/ext/zlib/tests/
H A Dgzencode_basic1.phpt30 // Calling gzencode() with various compression levels
/PHP-7.1/ext/standard/tests/class_object/
H A Dget_class_methods_basic_002.phpt12 * Test behaviour with various visibility levels.
/PHP-7.1/ext/pdo/
H A DTODO48 settable at dbh and stmt levels independently. If set at the dbh level,
/PHP-7.1/
H A DUPGRADING.INTERNALS74 corresponding server error levels. A reference mapping implementation
H A DUPGRADING46 . If the error_log is set to syslog, the PHP error levels are mapped to the
47 syslog error levels. This brings finer differentiation in the error logs
H A Dphp.ini-development1355 ; /path, what this will do is use subdirectories N-levels deep, and
H A Dphp.ini-production1355 ; /path, what this will do is use subdirectories N-levels deep, and
H A DNEWS1442 . Implemented logging to syslog with dynamic error levels. (Jani Ollikainen)
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_references.phpt52 print "reference, two levels...\n";
257 reference, two levels...
/PHP-7.1/ext/sockets/tests/
H A Dsocket_strerror.phpt64 string(33) "Too many levels of symbolic links"
/PHP-7.1/ext/standard/
H A Dstring.c1622 zend_long levels = 1; local
1624 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|l", &str, &str_len, &levels) == FAILURE) {
1630 if (levels == 1) {
1637 } else if (levels < 1) {
1649 } while (ZSTR_LEN(ret) < str_len && --levels);
H A Dbasic_functions.c2213 ZEND_ARG_INFO(0, levels)
/PHP-7.1/Zend/
H A DZEND_CHANGES1072 in as many levels as you want.
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog2637 The action now is always to scan all levels of directory, and just
3413 more efficient than the old way of doing things because it avoids levels of
3454 and pcrecpp.cc because they annoy compilers at high warning levels.
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic9346 # The levels
9383 # Quake DeathMatch levels
9437 # Malice DeathMatch levels
16794 >>16 byte x %d levels,
H A Dmagic私はガラスを食べられます9346 # The levels
9383 # Quake DeathMatch levels
9437 # Malice DeathMatch levels
16794 >>16 byte x %d levels,

Completed in 186 milliseconds