Home
last modified time | relevance | path

Searched refs:level (Results 26 – 50 of 236) sorted by relevance

12345678910

/PHP-7.4/ext/zlib/tests/
H A Dgzencode_error1.phpt11 /* Prototype : string gzencode ( string $data [, int $level [, int $encoding_mode ]] )
30 $level = 2;
33 var_dump( gzencode($data, $level, $encoding_mode, $extra_arg) );
35 echo "\n-- Testing with incorrect compression level --\n";
41 var_dump(gzencode($data, $level, $bad_mode));
72 -- Testing with incorrect compression level --
74 Warning: gzencode(): compression level (99) must be within -1..9 in %s on line %d
H A Dzlib_filter_deflate2.phpt2 zlib.deflate (with level parameter set)
10 stream_filter_append($fp, 'zlib.deflate', STREAM_FILTER_WRITE, array('level' => 9));
/PHP-7.4/Zend/tests/
H A Dbug78363.phpt10 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dflexible-heredoc-error8.phpt12 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dflexible-heredoc-error4.phpt14 Parse error: Invalid body indentation level (expecting an indentation level of at least 5) in %s on…
H A Dflexible-heredoc-error9.phpt14 Parse error: Invalid body indentation level (expecting an indentation level of at least 2) in %s on…
H A Dflexible-nowdoc-error4.phpt14 Parse error: Invalid body indentation level (expecting an indentation level of at least 5) in %s on…
H A Dflexible-heredoc-error10.phpt13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dflexible-heredoc-error11.phpt13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dflexible-heredoc-error13.phpt13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dbug76439_2.phpt15 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Derrmsg_023.phpt2 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 Dbug61970_1.phpt2 Bug #61970 (Restraining __construct() access level in subclass gives a fatal error - stays when imp…
14 Fatal error: Access level to Bar::__construct() must be public (as in class Foo) in %s on line 8
H A Dbug61970_2.phpt2 Bug #61970 (Restraining __construct() access level in subclass gives a fatal error - stays when inh…
18 Fatal error: Access level to Baz::__construct() must be public (as in class Foo) in %s on line 12
H A Dbug78239.phpt5 function handleError($level, $message, $file = '', $line = 0, $context = [])
7 throw new ErrorException($message, 0, $level, $file, $line);
H A Dbreak_error_004.phpt2 'break' error (wrong level)
/PHP-7.4/ext/standard/
H A Dphp_var.h34 PHPAPI void php_var_dump(zval *struc, int level);
35 PHPAPI void php_var_export(zval *struc, int level);
36 PHPAPI void php_var_export_ex(zval *struc, int level, smart_str *buf);
38 PHPAPI void php_debug_zval_dump(zval *struc, int level);
/PHP-7.4/ext/sockets/tests/
H A Dmcast_ipv4_recv.phpt25 $level = IPPROTO_IP;
45 $so = socket_set_option($s, $level, MCAST_JOIN_GROUP, array(
62 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(
74 $so = socket_set_option($s, $level, MCAST_JOIN_GROUP, array(
86 $so = socket_set_option($s, $level, MCAST_BLOCK_SOURCE, array(
99 $so = socket_set_option($s, $level, MCAST_UNBLOCK_SOURCE, array(
110 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(
122 $so = socket_set_option($s, $level, MCAST_JOIN_SOURCE_GROUP, array(
133 $so = socket_set_option($s, $level, MCAST_LEAVE_SOURCE_GROUP, array(
146 $so = socket_set_option($s, $level, MCAST_JOIN_GROUP, array(
H A Dmcast_ipv6_recv.phpt50 $level = IPPROTO_IPV6;
65 $so = socket_set_option($s, $level, MCAST_JOIN_GROUP, array(
89 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(
101 $so = socket_set_option($s, $level, MCAST_JOIN_GROUP, array(
111 $so = socket_set_option($s, $level, MCAST_BLOCK_SOURCE, array(
124 $so = socket_set_option($s, $level, MCAST_UNBLOCK_SOURCE, array(
135 $so = socket_set_option($s, $level, MCAST_LEAVE_GROUP, array(
147 $so = socket_set_option($s, $level, MCAST_JOIN_SOURCE_GROUP, array(
158 $so = socket_set_option($s, $level, MCAST_LEAVE_SOURCE_GROUP, array(
171 $so = socket_set_option($s, $level, MCAST_JOIN_SOURCE_GROUP, array(
H A Dsocket_sendrecvmsg_multi_msg-unix.phpt47 "level" => IPPROTO_IPV6,
86 [level] => %d
98 [level] => %d
/PHP-7.4/ext/sockets/
H A Dsendrecvmsg.h15 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);
/PHP-7.4/ext/spl/
H A Dspl_iterators.c180 object->level--; in spl_recursive_it_dtor()
183 object->level = 0; in spl_recursive_it_dtor()
191 int level = object->level; in spl_recursive_it_valid_ex() local
196 while (level >=0) { in spl_recursive_it_valid_ex()
201 level--; in spl_recursive_it_valid_ex()
548 intern->level = 0; in spl_recursive_it_it_construct()
709 zend_long level = object->level; in SPL_METHOD() local
715 if (level < 0 || level > object->level) { in SPL_METHOD()
890 zend_long level = object->level; in spl_recursive_it_get_method() local
1034 int level; in spl_recursive_tree_iterator_get_prefix() local
[all …]
/PHP-7.4/ext/opcache/tests/opt/
H A Dprop_types.phpt47 ; level=0
56 ; level=0
73 ; level=0
90 ; level=0
107 ; level=0
/PHP-7.4/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-7.4/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:

Completed in 37 milliseconds

12345678910