Home
last modified time | relevance | path

Searched refs:level (Results 51 – 75 of 208) sorted by relevance

123456789

/PHP-8.1/Zend/tests/
H A Dbug78239.phpt7 function handleError($level, $message, $file = '', $line = 0, $context = [])
9 throw new ErrorException($message, 0, $level, $file, $line);
H A Dbreak_error_004.phpt2 'break' error (wrong level)
H A Dbug69756.phpt2 Fixed bug #69756 (Fatal error: Nesting level too deep - recursive dependency? with ===).
H A Dbug61970.phpt2 Bug #61970 (Restraining __construct() access level in subclass gives a fatal error)
/PHP-8.1/ext/intl/tests/
H A Dspoofchecker_unknown_restriction_level.phpt2 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 Dbug42654_2.phpt11 case 'key1': // first level
12 case 'key2': // recursive level
/PHP-8.1/ext/opcache/tests/opt/
H A Dprop_types.phpt49 ; level=0
60 ; level=0
79 ; level=0
98 ; level=0
117 ; level=0
/PHP-8.1/Zend/tests/traits/
H A Dbug55355.phpt14 // 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 Dsocket_sendrecvmsg_multi_msg-unix.phpt46 "level" => IPPROTO_IPV6,
88 [level] => %d
100 [level] => %d
H A Dmcast_ipv6_recv_limited.phpt45 $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 Dsocket_sendrecvmsg_multi_msg.phpt41 "level" => IPPROTO_IPV6,
86 [level] => %d
98 [level] => %d
/PHP-8.1/tests/output/
H A Dob_start_basic_unerasable_002.phpt18 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 D007.phpt43 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 Dphar_extract.phpt20 $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 Dphar_extract2.phpt20 $phar->addEmptyDir('one/level');
46 @rmdir($dir . 'one/level');
/PHP-8.1/ext/standard/tests/serialize/
H A Dbug78438.phpt26 for ($level=1; $level<$depth; $level++) {
/PHP-8.1/Zend/Optimizer/
H A Dzend_cfg.c260 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 Dzend_jit_vm_helpers.c383 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 D002.phpt38 switch ($error->level) {
73 ["level"]=>
/PHP-8.1/ext/intl/spoofchecker/
H A Dspoofchecker.stub.php29 public function setRestrictionLevel(int $level): void {} argument
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_debug.c47 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 Dbug46048.phpt2 Bug #46048 (SimpleXML top-level @attributes not part of iterator)
/PHP-8.1/ext/standard/tests/strings/
H A D005.phpt2 highlight_string(), output buffer and error level
/PHP-8.1/ext/libxml/
H A Dlibxml.stub.php7 public int $level; variable in LibXMLError
/PHP-8.1/ext/standard/
H A Dbasic_functions.h100 unsigned level; member
104 unsigned level; member

Completed in 47 milliseconds

123456789