Home
last modified time | relevance | path

Searched refs:zend (Results 26 – 50 of 193) sorted by relevance

12345678

/PHP-8.3/ext/mbstring/tests/
H A Dzend_multibyte-09.phpt2 zend multibyte (9)
6 zend.multibyte=On
7 zend.script_encoding=cp1251
H A Dzend_multibyte-10.phpt2 zend multibyte (10)
6 zend.multibyte=1
H A Dzend_multibyte-16.phpt2 zend multibyte (16)
6 zend.multibyte=1
H A Dzend_multibyte-15.phpt2 zend multibyte (15)
6 zend.multibyte=1
H A Dzend_multibyte-12.phpt2 zend multibyte (12)
6 zend.multibyte=1
H A Dzend_multibyte-11.phpt2 zend multibyte (11)
6 zend.multibyte=1
/PHP-8.3/Zend/tests/assert/
H A Dexpect_018.phpt4 zend.assertions=1
9 ini_set("zend.assertions", 0);
14 ini_set("zend.assertions", 1);
/PHP-8.3/Zend/tests/
H A Dbug70293.phpt2 Crash with specific assertions and zend.assertions=-1
4 zend.assertions=-1
H A Dgc_002.phpt7 echo ini_get('zend.enable_gc') . "\n";
10 echo ini_get('zend.enable_gc') . "\n";
H A Dexception_024.phpt2 zend.exception_string_param_max_len ini setting
4 zend.exception_string_param_max_len = 23
H A D017.phpt34 var_dump(gettype(get_extension_funcs("zend")));
35 var_dump(count(get_extension_funcs("zend")));
/PHP-8.3/Zend/tests/stack_limit/
H A Dstack_limit_012.phpt10 zend.max_allowed_stack_size=256K
41 Fatal error: Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack…
H A Dstack_limit_007.phpt10 zend.max_allowed_stack_size=256K
44 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
H A Dstack_limit_008.phpt10 zend.max_allowed_stack_size=256K
58 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
H A Dstack_limit_006.phpt6 if (getenv('SKIP_MSAN')) die("skip msan requires a considerably higher zend.reserved_stack_size due…
323 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
324 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
325 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
/PHP-8.3/Zend/tests/multibyte/
H A Dmultibyte_encoding_004.phpt6 zend.multibyte=1
7 zend.script_encoding=Shift_JIS
H A Dmultibyte_encoding_005.phpt6 zend.multibyte=1
8 zend.script_encoding=Shift_JIS
H A Dbug68665.phpt6 zend.multibyte=1
/PHP-8.3/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1251_zend_multibyte_0.phpt2 Test fopen() for reading CP1251 with zend.multibyte
6 zend.multibyte=1
7 zend.script_encoding=cp1251
H A Dtest_cp1251_zend_multibyte_1.phpt2 Test mkdir/rmdir CP1251 with zend.multibyte
6 zend.multibyte=1
7 zend.script_encoding=cp1251
H A Dtest_cp1251_zend_multibyte_2.phpt2 Test fopen() for write CP1251 with zend.multibyte
6 zend.multibyte=1
7 zend.script_encoding=cp1251
/PHP-8.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.h30 zend_object zend; member
34 return (ResourceBundle_object *)((char*)(obj) - XtOffsetOf(ResourceBundle_object, zend)); in php_intl_resourcebundle_fetch_object()
/PHP-8.3/Zend/
H A DZend.m4263 fp = fopen("conftest.zend", "w");
270 LIBZEND_MM_ALIGN=`cat conftest.zend | cut -d ' ' -f 1`
287 AC_ARG_ENABLE([zend-signals],
288 [AS_HELP_STRING([--disable-zend-signals],
289 [whether to enable zend signal handling])],
297 AC_DEFINE(ZEND_SIGNALS, 1, [Use zend signal handling])
301 AC_MSG_CHECKING(whether to enable zend signal handling)
305 AC_ARG_ENABLE([zend-max-execution-timers],
306 [AS_HELP_STRING([--enable-zend-max-execution-timers],
307 [whether to enable zend max execution timers])],
[all …]
/PHP-8.3/ext/json/tests/
H A Dgh15168.phpt5 if (ini_get('zend.max_allowed_stack_size') === false) {
13 zend.max_allowed_stack_size=512K
/PHP-8.3/ext/standard/tests/serialize/
H A Dgh15169.phpt5 if (ini_get('zend.max_allowed_stack_size') === false) {
13 zend.max_allowed_stack_size=512K

Completed in 20 milliseconds

12345678