/PHP-8.1/ext/xml/tests/ |
H A D | xml011.phpt | 39 [level] => 1 47 [level] => 2 55 [level] => 1 62 [level] => 1
|
/PHP-8.1/ext/opcache/tests/opt/ |
H A D | gh11170.phpt | 48 ; level=0 65 ; level=0 77 ; level=1 87 ; level=1 95 ; level=1 111 ; level=0 123 ; level=1 133 ; level=1 141 ; level=1
|
H A D | nullsafe_002.phpt | 29 ; level=0 41 ; level=0 52 ; level=1 60 ; level=1
|
/PHP-8.1/ext/sockets/ |
H A D | sendrecvmsg.c | 102 #define PUT_ENTRY(sizev, var_size, calc, from, to, level, type) \ in init_ancillary_registry() argument 108 key.cmsg_level = level; \ in init_ancillary_registry() 280 zend_long level, in PHP_FUNCTION() local 286 &level, &type, &n) == FAILURE) { in PHP_FUNCTION() 290 LONG_CHECK_VALID_INT(level, 1); in PHP_FUNCTION() 299 entry = get_ancillary_reg_entry(level, type); in PHP_FUNCTION() 302 level, type); in PHP_FUNCTION() 332 assert(level == IPPROTO_IPV6); in php_do_setsockopt_ipv6_rfc3542() 366 retval = setsockopt(php_sock->bsd_socket, level, optname, opt_ptr, optlen); in php_do_setsockopt_ipv6_rfc3542() 383 assert(level == IPPROTO_IPV6); in php_do_getsockopt_ipv6_rfc3542() [all …]
|
H A D | sendrecvmsg.h | 15 int php_do_setsockopt_ipv6_rfc3542(php_socket *php_sock, int level, int optname, zval *arg4); 16 int php_do_getsockopt_ipv6_rfc3542(php_socket *php_sock, int level, int optname, zval *result);
|
H A D | sockets.stub.php | 77 function socket_get_option(Socket $socket, int $level, int $option): array|int|false {} argument 83 function socket_getopt(Socket $socket, int $level, int $option): array|int|false {} argument 86 function socket_set_option(Socket $socket, int $level, int $option, $value): bool {} argument 92 function socket_setopt(Socket $socket, int $level, int $option, $value): bool {} argument 117 function socket_cmsg_space(int $level, int $type, int $num = 0): ?int {} argument
|
/PHP-8.1/ext/spl/ |
H A D | spl_iterators.c | 170 object->level--; in spl_recursive_it_dtor() 173 object->level = 0; in spl_recursive_it_dtor() 182 int level = object->level; in spl_recursive_it_valid_ex() local 187 while (level >=0) { in spl_recursive_it_valid_ex() 192 level--; in spl_recursive_it_valid_ex() 720 zend_long level; in PHP_METHOD() local 729 level = object->level; in PHP_METHOD() 730 } else if (level < 0 || level > object->level) { in PHP_METHOD() 894 zend_long level = object->level; in spl_recursive_it_get_method() local 950 for (int level = 0; level <= object->level; level++) { in spl_RecursiveIteratorIterator_get_gc() local [all …]
|
/PHP-8.1/ext/standard/ |
H A D | php_var.h | 25 PHPAPI void php_var_dump(zval *struc, int level); 26 PHPAPI void php_var_export(zval *struc, int level); 27 PHPAPI void php_var_export_ex(zval *struc, int level, smart_str *buf); 29 PHPAPI void php_debug_zval_dump(zval *struc, int level);
|
/PHP-8.1/Zend/tests/fibers/ |
H A D | backtrace-deep-nesting.phpt | 6 function suspend_fiber(int $level): void 8 if ($level >= 10) { 9 $value = \Fiber::suspend($level); 13 suspend_fiber($level + 1);
|
/PHP-8.1/Zend/tests/ |
H A D | bug78363.phpt | 10 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
|
H A D | flexible-heredoc-error8.phpt | 12 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
|
H A D | flexible-heredoc-error4.phpt | 14 Parse error: Invalid body indentation level (expecting an indentation level of at least 5) in %s on…
|
H A D | flexible-heredoc-error9.phpt | 14 Parse error: Invalid body indentation level (expecting an indentation level of at least 2) in %s on…
|
H A D | flexible-nowdoc-error4.phpt | 14 Parse error: Invalid body indentation level (expecting an indentation level of at least 5) in %s on…
|
H A D | flexible-heredoc-error11.phpt | 13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
|
H A D | flexible-heredoc-error13.phpt | 13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
|
H A D | flexible-heredoc-error10.phpt | 13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
|
H A D | bug76439_2.phpt | 15 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
|
H A D | errmsg_023.phpt | 2 errmsg: access level must be the same or weaker 17 Fatal error: Access level to test::$var must be protected (as in class test1) or weaker in %s on li…
|
H A D | bug61970_1.phpt | 2 Bug #61970 (Restraining __construct() access level in subclass gives a fatal error - stays when imp… 15 Fatal error: Access level to Bar::__construct() must be public (as in class Foo) in %s on line 8
|
H A D | bug61970_2.phpt | 2 Bug #61970 (Restraining __construct() access level in subclass gives a fatal error - stays when inh… 19 Fatal error: Access level to Baz::__construct() must be public (as in class Foo) in %s on line 12
|
/PHP-8.1/ext/sockets/tests/ |
H A D | mcast_ipv4_recv.phpt | 25 $level = IPPROTO_IP; 46 $so = socket_set_option($s, $level, MCAST_JOIN_GROUP, array( 63 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array( 75 $so = socket_set_option($s, $level, MCAST_JOIN_GROUP, array( 87 $so = socket_set_option($s, $level, MCAST_BLOCK_SOURCE, array( 100 $so = socket_set_option($s, $level, MCAST_UNBLOCK_SOURCE, array( 111 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array( 123 $so = socket_set_option($s, $level, MCAST_JOIN_SOURCE_GROUP, array( 134 $so = socket_set_option($s, $level, MCAST_LEAVE_SOURCE_GROUP, array( 147 $so = socket_set_option($s, $level, MCAST_JOIN_GROUP, array(
|
H A D | mcast_ipv6_recv.phpt | 51 $level = IPPROTO_IPV6; 67 $so = socket_set_option($s, $level, MCAST_JOIN_GROUP, array( 91 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array( 103 $so = socket_set_option($s, $level, MCAST_JOIN_GROUP, array( 113 $so = socket_set_option($s, $level, MCAST_BLOCK_SOURCE, array( 126 $so = socket_set_option($s, $level, MCAST_UNBLOCK_SOURCE, array( 137 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array( 149 $so = socket_set_option($s, $level, MCAST_JOIN_SOURCE_GROUP, array( 160 $so = socket_set_option($s, $level, MCAST_LEAVE_SOURCE_GROUP, array( 173 $so = socket_set_option($s, $level, MCAST_JOIN_SOURCE_GROUP, array(
|
/PHP-8.1/ext/zlib/ |
H A D | zlib.stub.php | 42 function zlib_encode(string $data, int $encoding, int $level = -1): string|false {} argument 48 function gzdeflate(string $data, int $level = -1, int $encoding = ZLIB_ENCODING_RAW): string|false … argument 51 function gzencode(string $data, int $level = -1, int $encoding = ZLIB_ENCODING_GZIP): string|false … argument 54 function gzcompress(string $data, int $level = -1, int $encoding = ZLIB_ENCODING_DEFLATE): string|f… argument
|
/PHP-8.1/ext/zlib/tests/ |
H A D | zlib_filter_deflate2.phpt | 2 zlib.deflate (with level parameter set) 10 stream_filter_append($fp, 'zlib.deflate', STREAM_FILTER_WRITE, array('level' => 9));
|