/PHP-8.1/Zend/tests/ |
H A D | bug78239.phpt | 7 function handleError($level, $message, $file = '', $line = 0, $context = []) 9 throw new ErrorException($message, 0, $level, $file, $line);
|
H A D | break_error_004.phpt | 2 'break' error (wrong level)
|
H A D | bug69756.phpt | 2 Fixed bug #69756 (Fatal error: Nesting level too deep - recursive dependency? with ===).
|
H A D | bug61970.phpt | 2 Bug #61970 (Restraining __construct() access level in subclass gives a fatal error)
|
/PHP-8.1/ext/intl/tests/ |
H A D | spoofchecker_unknown_restriction_level.phpt | 2 Spoofchecker attempting to pass an unknown restriction level 23 Spoofchecker::setRestrictionLevel(): Argument #1 ($level) must be one of Spoofchecker::ASCII, Spoof…
|
/PHP-8.1/ext/spl/tests/ |
H A D | bug42654_2.phpt | 11 case 'key1': // first level 12 case 'key2': // recursive level
|
/PHP-8.1/ext/opcache/tests/opt/ |
H A D | prop_types.phpt | 49 ; level=0 60 ; level=0 79 ; level=0 98 ; level=0 117 ; level=0
|
/PHP-8.1/Zend/tests/traits/ |
H A D | bug55355.phpt | 14 // A class on the second level in the 22 // A class on the first level in the
|
/PHP-8.1/ext/sockets/tests/ |
H A D | socket_sendrecvmsg_multi_msg-unix.phpt | 46 "level" => IPPROTO_IPV6, 88 [level] => %d 100 [level] => %d
|
H A D | mcast_ipv6_recv_limited.phpt | 45 $level = IPPROTO_IPV6; 60 $so = socket_set_option($s, $level, MCAST_JOIN_GROUP, array( 84 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array( 96 $so = socket_set_option($s, $level, MCAST_JOIN_GROUP, array(
|
H A D | socket_sendrecvmsg_multi_msg.phpt | 41 "level" => IPPROTO_IPV6, 86 [level] => %d 98 [level] => %d
|
/PHP-8.1/tests/output/ |
H A D | ob_start_basic_unerasable_002.phpt | 18 echo "The OB nesting will still be 1 level deep:\n"; 32 The OB nesting will still be 1 level deep:
|
/PHP-8.1/ext/zlib/tests/ |
H A D | 007.phpt | 43 gzencode(): Argument #2 ($level) must be between -1 and 9 44 gzencode(): Argument #2 ($level) must be between -1 and 9
|
/PHP-8.1/ext/phar/tests/ |
H A D | phar_extract.phpt | 20 $a->addEmptyDir('one/level'); 43 $a->extractTo(__DIR__ . '/extract1-2', array('file2.txt', 'one/level')); 45 var_dump(is_dir(__DIR__ . '/extract1-2/one/level')); 118 @rmdir($e . 'one/level'); 129 @rmdir($e . 'one/level');
|
H A D | phar_extract2.phpt | 20 $phar->addEmptyDir('one/level'); 46 @rmdir($dir . 'one/level');
|
/PHP-8.1/ext/standard/tests/serialize/ |
H A D | bug78438.phpt | 26 for ($level=1; $level<$depth; $level++) {
|
/PHP-8.1/Zend/Optimizer/ |
H A D | zend_cfg.c | 260 block->level = -1; in initialize_block() 755 int idom = blocks[j].idom, level = 0; in zend_cfg_compute_dominators_tree() local 760 level++; in zend_cfg_compute_dominators_tree() 761 if (blocks[idom].level >= 0) { in zend_cfg_compute_dominators_tree() 762 level += blocks[idom].level; in zend_cfg_compute_dominators_tree() 768 blocks[j].level = level; in zend_cfg_compute_dominators_tree() 778 while (blocks[b].level > blocks[a].level) { in dominates() 787 int level; member 790 return b->level - a->level; in compare_block_level() 850 sorted_blocks[i].level = blocks[i].level; in zend_cfg_identify_loops()
|
/PHP-8.1/ext/opcache/jit/ |
H A D | zend_jit_vm_helpers.c | 383 trace_buffer[0].level = 0; \ 394 trace_buffer[idx].level = trace_buffer[0].level = ret_level ? ret_level + 1 : 0; \ 555 int level = 0; local 928 level++; 932 if (level == 0) { 988 level--; 989 if (level < last_loop_level) { 1068 && level + ret_level == 0 1107 || level + ret_level != 0) { 1124 && level == last_loop_level) { [all …]
|
/PHP-8.1/ext/libxml/tests/ |
H A D | 002.phpt | 38 switch ($error->level) { 73 ["level"]=>
|
/PHP-8.1/ext/intl/spoofchecker/ |
H A D | spoofchecker.stub.php | 29 public function setRestrictionLevel(int $level): void {} argument
|
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_debug.c | 47 unsigned int level, const char * type, const char * message) in MYSQLND_METHOD() 62 if (level == -1) { in MYSQLND_METHOD() 63 level = zend_stack_count(&self->call_stack); in MYSQLND_METHOD() 65 i = MIN(level, sizeof(pipe_buffer) / 2 - 1); in MYSQLND_METHOD() 115 snprintf(level_buffer, sizeof(level_buffer) - 1, "%4u: ", level); in MYSQLND_METHOD() 142 unsigned int level, const char * type, in MYSQLND_METHOD() 159 if (level == -1) { in MYSQLND_METHOD() 160 level = zend_stack_count(&self->call_stack); in MYSQLND_METHOD() 162 i = MIN(level, sizeof(pipe_buffer) / 2 - 1); in MYSQLND_METHOD() 212 snprintf(level_buffer, sizeof(level_buffer) - 1, "%4u: ", level); in MYSQLND_METHOD()
|
/PHP-8.1/ext/simplexml/tests/ |
H A D | bug46048.phpt | 2 Bug #46048 (SimpleXML top-level @attributes not part of iterator)
|
/PHP-8.1/ext/standard/tests/strings/ |
H A D | 005.phpt | 2 highlight_string(), output buffer and error level
|
/PHP-8.1/ext/libxml/ |
H A D | libxml.stub.php | 7 public int $level; variable in LibXMLError
|
/PHP-8.1/ext/standard/ |
H A D | basic_functions.h | 100 unsigned level; member 104 unsigned level; member
|