/PHP-8.0/ext/ffi/ |
H A D | config.m4 | 16 AC_CACHE_CHECK([for fastcall calling convention], ac_cv_ffi_fastcall, 26 AC_DEFINE(HAVE_FFI_FASTCALL,1,[Whether libffi supports fastcall calling convention]) 29 AC_CACHE_CHECK([for thiscall calling convention], ac_cv_ffi_thiscall, 42 AC_CACHE_CHECK([for stdcall calling convention], ac_cv_ffi_stdcall, 52 AC_DEFINE(HAVE_FFI_STDCALL,1,[Whether libffi supports stdcall calling convention]) 55 AC_CACHE_CHECK([for pascal calling convention], ac_cv_ffi_pascal, 65 AC_DEFINE(HAVE_FFI_PASCAL,1,[Whether libffi supports pascal calling convention]) 68 AC_CACHE_CHECK([for register calling convention], ac_cv_ffi_register, 81 AC_CACHE_CHECK([for ms_cdecl calling convention], ac_cv_ffi_ms_cdecl, 94 AC_CACHE_CHECK([for sysv calling convention], ac_cv_ffi_sysv, [all …]
|
H A D | config.w32 | 9 AC_DEFINE('HAVE_FFI_FASTCALL', 1 ,'libffi supports fastcall calling convention'); 10 AC_DEFINE('HAVE_FFI_THISCALL', 1 ,'libffi supports thiscall calling convention'); 11 AC_DEFINE('HAVE_FFI_STDCALL', 1 ,'libffi supports stdcall calling convention'); 12 AC_DEFINE('HAVE_FFI_MS_CDECL', 1 ,'libffi supports ms_cdecl calling convention'); 13 AC_DEFINE('HAVE_FFI_SYSV', 1 ,'libffi supports sysv calling convention'); 16 …AC_DEFINE('HAVE_FFI_VECTORCALL_PARTIAL', 1 ,'libffi partially supports vectorcall calling conventi…
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | key_exists_basic.phpt | 2 Test function key_exists() by calling it with its expected arguments 8 echo "*** test key_exists() by calling it with its expected arguments ***\n"; 14 *** test key_exists() by calling it with its expected arguments ***
|
H A D | key_exists_variation1.phpt | 2 Test function key_exists() by calling it with its expected arguments 8 echo "*** test key_exists() by calling it with its expected arguments ***\n"; 14 *** test key_exists() by calling it with its expected arguments ***
|
H A D | reset_variation3.phpt | 23 echo "\n-- Position after calling next() --\n"; 29 echo "\n-- Position after calling reset() --\n"; 42 -- Position after calling next() -- 46 -- Position after calling reset() --
|
H A D | key_variation3.phpt | 22 echo "\n-- Position after calling next() --\n"; 34 -- Position after calling next() --
|
H A D | current_variation3.phpt | 20 echo "\n-- Position after calling next() --\n"; 32 -- Position after calling next() --
|
H A D | end_variation3.phpt | 20 echo "\n-- Position after calling end() --\n"; 32 -- Position after calling end() --
|
/PHP-8.0/ext/posix/tests/ |
H A D | posix_errno_basic.phpt | 2 Test function posix_errno() by calling it with its expected arguments 14 echo "*** Test by calling method or function with its expected arguments ***\n"; 21 *** Test by calling method or function with its expected arguments ***
|
H A D | posix_errno_variation1.phpt | 2 Test function posix_errno() by calling it with with permission error 15 echo "*** Test by calling function with permission error ***\n"; 22 *** Test by calling function with permission error ***
|
H A D | posix_setgid_basic.phpt | 2 Test function posix_setgid() by calling it with its expected arguments 15 echo "*** Test by calling method or function with its expected arguments ***\n"; 23 *** Test by calling method or function with its expected arguments ***
|
H A D | posix_errno_variation2.phpt | 2 Test function posix_errno() by calling it with its expected arguments 14 echo "*** Test by calling function with pid error ***\n"; 24 *** Test by calling function with pid error ***
|
/PHP-8.0/ext/session/tests/ |
H A D | session_set_save_handler_class_014.phpt | 2 Test session_set_save_handler() : calling default handler when save_handler=user 15 echo "*** Testing session_set_save_handler() : calling default handler when save_handler=user ***\n… 25 *** Testing session_set_save_handler() : calling default handler when save_handler=user ***
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | get_cfg_var_basic.phpt | 2 Test function get_cfg_var() by calling it with its expected arguments 14 echo "*** Test by calling method or function with its expected arguments ***\n"; 21 *** Test by calling method or function with its expected arguments ***
|
H A D | get_cfg_var_variation8.phpt | 2 Test function get_cfg_var() by calling deprecated option 12 echo "*** Test by calling method or function with deprecated option ***\n";
|
/PHP-8.0/ext/pcntl/tests/ |
H A D | pcntl_fork_basic.phpt | 2 Test function pcntl_fork() by calling it with its expected arguments 14 echo "*** Test by calling method or function with its expected arguments, first print the child PID… 25 *** Test by calling method or function with its expected arguments, first print the child PID and t…
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_change_user_get_lock.phpt | 44 printf("... calling IS_USED_LOCK() on '%s' using thread '%d'\n", $lock, $new_thread_id); 56 printf("... calling IS_FREE_LOCK() on '%s' using thread '%d'\n", $lock, $new_thread_id); 81 …printf("... calling IS_USED_LOCK() on '%s' using new connection with thread '%d'\n", $newlock, $ne… 102 ... calling IS_USED_LOCK() on 'phptest_%d' using thread '%d' 103 ... calling IS_FREE_LOCK() on 'phptest_%d' using thread '%d' 104 ... calling IS_USED_LOCK() on 'phptest_%d' using new connection with thread '%d'
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | show_source_basic.phpt | 2 Test function show_source() by calling it with its expected arguments, more test for highlight_file… 8 echo "*** Test by calling method or function with its expected arguments ***\n"; 23 *** Test by calling method or function with its expected arguments *** 25 …cho </span><span style="color: #DD0000">"*** Test by calling method …
|
H A D | show_source_variation1.phpt | 2 Test function show_source() by calling it with its expected arguments and php output, more test for… 8 echo "*** Test by calling method or function with its expected arguments and php output ***\n"; 23 *** Test by calling method or function with its expected arguments and php output *** 26 …cho </span><span style="color: #DD0000">"*** Test by calling method …
|
H A D | show_source_variation2.phpt | 2 Test function show_source() by calling it with its expected arguments and output to variable, more … 8 echo "*** Test by calling method or function with its expected arguments and output to variable ***… 23 *** Test by calling method or function with its expected arguments and output to variable *** 25 …cho </span><span style="color: #DD0000">"*** Test by calling method …
|
/PHP-8.0/ext/spl/tests/ |
H A D | SplFileInfo_001.phpt | 2 Testing SplFileInfo calling the constructor twice
|
H A D | gh8366.phpt | 2 Bug GH-8366 (ArrayIterator may leak when calling __construct())
|
H A D | bug46115.phpt | 2 Bug #46115 (Memory leak when calling a method using Reflection)
|
/PHP-8.0/Zend/tests/ |
H A D | bug69025.phpt | 2 Bug #69025 (Invalid read of size 4 when calling __callStatic)
|
H A D | bug73960.phpt | 2 Bug #73960: Leak with instance method calling static method with referenced return
|