Searched refs:zend (Results 1 – 25 of 193) sorted by relevance
12345678
/PHP-8.3/Zend/tests/assert/ |
H A D | expect_012.phpt | 4 zend.assertions=1 8 var_dump((integer)ini_get("zend.assertions")); 9 ini_set("zend.assertions", 0); 10 var_dump((integer)ini_get("zend.assertions")); 12 ini_set("zend.assertions", 1); 13 var_dump((integer)ini_get("zend.assertions"));
|
H A D | expect_017.phpt | 4 zend.assertions=-1 7 ini_set("zend.assertions", 0); 10 ini_set("zend.assertions", 1); 13 Warning: zend.assertions may be completely enabled or disabled only in php.ini in %sexpect_017.php … 17 Warning: zend.assertions may be completely enabled or disabled only in php.ini in %sexpect_017.php …
|
H A D | expect_016.phpt | 4 zend.assertions=0 7 ini_set("zend.assertions", 0); 10 ini_set("zend.assertions", 1); 17 ini_set("zend.assertions", -1); 25 Warning: zend.assertions may be completely enabled or disabled only in php.ini in %s on line %d
|
/PHP-8.3/Zend/tests/ |
H A D | exception_025.phpt | 2 zend.exception_string_param_max_len ini setting 9 var_dump(ini_set('zend.exception_string_param_max_len', '-1')); 10 var_dump(ini_set('zend.exception_string_param_max_len', '1000001')); 11 var_dump(ini_set('zend.exception_string_param_max_len', '1000000')); 12 var_dump(ini_set('zend.exception_string_param_max_len', '20')); 15 var_dump(ini_set('zend.exception_string_param_max_len', '0'));
|
H A D | gc_003.phpt | 5 ini_set('zend.enable_gc','0'); 7 echo ini_get('zend.enable_gc') . "\n"; 8 ini_set('zend.enable_gc','1'); 10 echo ini_get('zend.enable_gc') . "\n";
|
/PHP-8.3/ext/ffi/tests/ |
H A D | 100.phpt | 20 $zend = ffi_cdef(" 30 var_dump(trim(explode("\n",$zend->get_zend_version())[0])); 31 //var_dump(trim(FFI::string($zend->get_zend_version()))); 32 var_dump($zend->zend_printf); 33 var_dump(($zend->zend_printf)("Hello %s!\n", "World")); 35 var_dump($zend->zend_hash_func("file", strlen("file"))); 37 $str = $zend->new("char[16]"); 39 $zend->zend_str_tolower($str, strlen("Hello World!"));
|
H A D | 101.phpt | 20 $zend = ffi_cdef(" 30 $f = $zend->get_zend_version; 32 //var_dump(trim(FFI::string($zend->get_zend_version()))); 33 var_dump($zend->zend_printf); 34 var_dump(($zend->zend_printf)("Hello %s!\n", "World")); 36 $f = $zend->zend_hash_func; 39 $str = $zend->new("char[16]"); 41 $f = $zend->zend_str_tolower;
|
H A D | 200.phpt | 20 $zend = FFI::cdef(" 27 $orig_zend_write = clone $zend->zend_write; 28 $zend->zend_write = function($str, $len) { 36 $zend->zend_write = $orig_zend_write;
|
/PHP-8.3/Zend/tests/stack_limit/ |
H A D | stack_limit_003.phpt | 10 zend.max_allowed_stack_size=256K 64 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache… 65 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache… 66 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
|
H A D | stack_limit_001.phpt | 6 if (getenv('SKIP_MSAN')) die("skip msan requires a considerably higher zend.reserved_stack_size due… 66 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache… 67 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache… 68 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
|
H A D | stack_limit_002.phpt | 6 if (getenv('SKIP_MSAN')) die("skip msan requires a considerably higher zend.reserved_stack_size due… 69 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache… 70 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache… 71 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
|
H A D | stack_limit_011.phpt | 10 zend.max_allowed_stack_size=256K 51 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache… 52 Previous: Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_si…
|
H A D | stack_limit_013.phpt | 10 zend.max_allowed_stack_size=64K 120 Fatal error: Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack…
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | zend_multibyte-03.phpt | 2 zend multibyte (3) 6 zend.multibyte=On 7 zend.script_encoding=UTF-8
|
H A D | zend_multibyte-01.phpt | 2 zend multibyte (1) 6 zend.multibyte=On 7 zend.script_encoding=Shift_JIS
|
H A D | zend_multibyte-02.phpt | 2 zend multibyte (2) 7 zend.multibyte=On 8 zend.script_encoding=UTF-8
|
H A D | zend_multibyte-04.phpt | 2 zend multibyte (4) 6 zend.multibyte=On 7 zend.script_encoding=CP932
|
H A D | zend_multibyte-06.phpt | 2 zend multibyte (6) 6 zend.multibyte=On 7 zend.script_encoding=EUC-JP
|
H A D | zend_multibyte-07.phpt | 2 zend multibyte (7) 6 zend.multibyte=On 7 zend.script_encoding=ISO-8859-1
|
H A D | zend_multibyte-08.phpt | 2 zend multibyte (8) 6 zend.multibyte=On 7 zend.script_encoding=ISO-8859-1
|
H A D | zend_multibyte-13.phpt | 2 zend multibyte (13) 6 zend.multibyte=On 7 zend.script_encoding=UTF-8
|
H A D | zend_multibyte-14.phpt | 2 zend multibyte (14) 6 zend.multibyte=On 7 zend.script_encoding=UTF-8
|
H A D | zend_multibyte-05.phpt | 2 zend multibyte (5) 6 zend.multibyte=On 7 zend.script_encoding=EUC-JP
|
/PHP-8.3/ext/zend_test/ |
H A D | config.m4 | 1 PHP_ARG_ENABLE([zend-test], 2 [whether to enable zend-test extension], 3 [AS_HELP_STRING([--enable-zend-test],
|
/PHP-8.3/Zend/tests/multibyte/ |
H A D | multibyte_encoding_007.phpt | 2 Don't segfault when zend.script_encoding=pass 6 zend.multibyte=1 7 zend.script_encoding=pass
|
Completed in 42 milliseconds
12345678