Home
last modified time | relevance | path

Searched refs:levels (Results 1 – 22 of 22) sorted by path

/php-src/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
H A Dflexible-heredoc-complex-test3.phpt3 with the same delimiter name with different levels of indentation
/php-src/Zend/tests/generators/
H A Dyield_from_multi_tree.phpt6 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 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_single_nodes.phpt6 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-src/ext/fileinfo/tests/
H A Dmagic16157 # The levels
16194 # Quake DeathMatch levels
16248 # Malice DeathMatch levels
31790 >>16 byte x %d levels,
H A Dmagic私はガラスを食べられます16157 # The levels
16194 # Quake DeathMatch levels
16248 # Malice DeathMatch levels
31790 >>16 byte x %d levels,
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_references.phpt52 print "reference, two levels...\n";
257 reference, two levels...
/php-src/ext/opcache/tests/opt/
H A Ddce_012.phpt13 foreach (range(0, 6) as $levels) {
14 print "$levels level" . ($levels == C ? "" : "s") . "aaa";
/php-src/ext/session/
H A Dmod_files.bat12 ECHO ^<depth^> is the number of levels defined in session.save_path
/php-src/ext/standard/
H A Dbasic_functions.stub.php2392 function dirname(string $path, int $levels = 1): string {}
H A Dbasic_functions_arginfo.h878 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, levels, IS_LONG, 0, "1")
H A Dstring.c1543 static inline void _zend_dirname(zval *return_value, zend_string *str, zend_long levels) argument
1549 if (levels == 1) {
1556 } else if (levels < 1) {
1569 } while (ZSTR_LEN(ret) < str_len && --levels);
1579 zend_long levels = 1; local
1584 Z_PARAM_LONG(levels)
1587 _zend_dirname(return_value, str, levels);
1608 zend_long levels; variable
1611 Z_FLF_PARAM_LONG(2, levels);
1613 _zend_dirname(return_value, str, levels);
/php-src/ext/standard/tests/class_object/
H A Dget_class_methods_basic_002.phpt6 * Test behaviour with various visibility levels.
/php-src/ext/standard/tests/strings/
H A Ddirname_error.phpt17 dirname(): Argument #2 ($levels) must be greater than or equal to 1
H A Ddirname_multi.phpt20 dirname(): Argument #2 ($levels) must be greater than or equal to 1
H A Ddirname_multi_win.phpt23 dirname(): Argument #2 ($levels) must be greater than or equal to 1
/php-src/ext/zlib/tests/
H A Dgzencode_basic1.phpt22 // Calling gzencode() with various compression levels
/php-src/
H A Dphp.ini-development1288 ; /path, what this will do is use subdirectories N-levels deep, and
H A Dphp.ini-production1290 ; /path, what this will do is use subdirectories N-levels deep, and
/php-src/sapi/phpdbg/tests/
H A Dwatch_005.phpt2 Test proper watch comparisons when having multiple levels of indirection from a zval to its value

Completed in 253 milliseconds