/php-src/ext/date/tests/ |
H A D | DateTime_uninitialised_exceptions.phpt | 61 …e MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__constru… 62 …e MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__constru… 63 …e MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__constru… 64 …e MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__constru… 65 …e MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__constru… 66 …e MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__constru… 67 …e MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__constru… 68 …e MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__constru… 69 …e MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__constru… 70 …e MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__constru… [all …]
|
H A D | DateTimeImmutable_uninitialised_exceptions.phpt | 55 …ble (inheriting DateTimeImmutable) has not been correctly initialized by calling parent::__constru… 56 …ble (inheriting DateTimeImmutable) has not been correctly initialized by calling parent::__constru… 57 …ble (inheriting DateTimeImmutable) has not been correctly initialized by calling parent::__constru… 58 …ble (inheriting DateTimeImmutable) has not been correctly initialized by calling parent::__constru… 59 …ble (inheriting DateTimeImmutable) has not been correctly initialized by calling parent::__constru… 60 …ble (inheriting DateTimeImmutable) has not been correctly initialized by calling parent::__constru… 61 …ble (inheriting DateTimeImmutable) has not been correctly initialized by calling parent::__constru… 62 …ble (inheriting DateTimeImmutable) has not been correctly initialized by calling parent::__constru… 63 …ble (inheriting DateTimeImmutable) has not been correctly initialized by calling parent::__constru… 64 …ble (inheriting DateTimeImmutable) has not been correctly initialized by calling parent::__constru… [all …]
|
H A D | DateTimeZone_uninitialised_exceptions.phpt | 48 …TimeZone (inheriting DateTimeZone) has not been correctly initialized by calling parent::__constru… 49 …TimeZone (inheriting DateTimeZone) has not been correctly initialized by calling parent::__constru… 50 …TimeZone (inheriting DateTimeZone) has not been correctly initialized by calling parent::__constru… 51 …TimeZone (inheriting DateTimeZone) has not been correctly initialized by calling parent::__constru… 52 …TimeZone (inheriting DateTimeZone) has not been correctly initialized by calling parent::__constru… 53 …e MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__constru… 54 …e MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__constru… 55 …TimeZone (inheriting DateTimeZone) has not been correctly initialized by calling parent::__constru… 56 …TimeZone (inheriting DateTimeZone) has not been correctly initialized by calling parent::__constru… 57 …TimeZone (inheriting DateTimeZone) has not been correctly initialized by calling parent::__constru… [all …]
|
H A D | bug48476.phpt | 2 Bug #48476 (cloning extended DateTime class without calling parent::__constr crashed PHP) 35 …e MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__constru… 36 …e MyDateTime (inheriting DateTime) has not been correctly initialized by calling parent::__constru… 37 …TimeZone (inheriting DateTimeZone) has not been correctly initialized by calling parent::__constru…
|
H A D | DatePeriod_uninitialised_exceptions.phpt | 40 …DatePeriod (inheriting DatePeriod) has not been correctly initialized by calling parent::__constru… 41 …DatePeriod (inheriting DatePeriod) has not been correctly initialized by calling parent::__constru… 42 …DatePeriod (inheriting DatePeriod) has not been correctly initialized by calling parent::__constru… 43 DateObjectError: Object of type DatePeriod has not been correctly initialized by calling parent::__…
|
H A D | bug-gh8471.phpt | 47 Object of type DateTime has not been correctly initialized by calling parent::__construct() in its … 48 Object of type DateTime has not been correctly initialized by calling parent::__construct() in its … 49 Object of type DateTimeImmutable has not been correctly initialized by calling parent::__construct(… 50 Object of type DateTimeImmutable has not been correctly initialized by calling parent::__construct(…
|
H A D | oo_001.phpt | 67 …t of type _d (inheriting DateTime) has not been correctly initialized by calling parent::__constru… 70 … type _t (inheriting DateTimeZone) has not been correctly initialized by calling parent::__constru… 72 …of type _p (inheriting DatePeriod) has not been correctly initialized by calling parent::__constru… 73 …of type _p (inheriting DatePeriod) has not been correctly initialized by calling parent::__constru…
|
H A D | DateInterval_uninitialised_exceptions.phpt | 29 …Interval (inheriting DateInterval) has not been correctly initialized by calling parent::__constru… 30 …Interval (inheriting DateInterval) has not been correctly initialized by calling parent::__constru…
|
/php-src/Zend/tests/ |
H A D | gh8841.phpt | 2 GH-8841 (php-cli core dump calling a badly formed function) 17 echo "Before calling g()\n"; 19 echo "After calling g()\n"; 23 echo "Before calling f()\n"; 25 echo "After calling f()\n"; 33 Before calling g() 34 After calling g() 35 Before calling f()
|
/php-src/ext/ffi/ |
H A D | config.w32 | 9 …AC_DEFINE('HAVE_FFI_FASTCALL', 1, 'Define to 1 if libffi supports the fastcall calling convention.… 10 …AC_DEFINE('HAVE_FFI_THISCALL', 1, 'Define to 1 if libffi supports the thiscall calling convention.… 11 …AC_DEFINE('HAVE_FFI_STDCALL', 1, 'Define to 1 if libffi supports the stdcall calling convention.'); 12 …AC_DEFINE('HAVE_FFI_MS_CDECL', 1, 'Define to 1 if libffi supports the ms_cdecl calling convention.… 13 AC_DEFINE('HAVE_FFI_SYSV', 1, 'Define to 1 if libffi supports the sysv calling convention.'); 17 …ORCALL_PARTIAL', 1, 'Define to 1 if libffi partially supports the vectorcall calling convention.');
|
/php-src/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 | array_fill_error2.phpt | 9 // calling array_fill() with 'count' larger than INT_MAX 16 // calling array_fill() with 'count' equals to INT_MAX
|
/php-src/ext/posix/tests/ |
H A D | posix_errno_basic.phpt | 2 Test function posix_errno() by calling it with its expected arguments 12 echo "*** Test by calling method or function with its expected arguments ***\n"; 19 *** 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 16 echo "*** Test by calling function with permission error ***\n"; 23 *** Test by calling function with permission error ***
|
H A D | posix_errno_variation2.phpt | 2 Test function posix_errno() by calling it with its expected arguments 12 echo "*** Test by calling function with pid error ***\n"; 22 *** Test by calling function with pid error ***
|
H A D | posix_setgid_basic.phpt | 2 Test function posix_setgid() by calling it with its expected arguments 13 echo "*** Test by calling method or function with its expected arguments ***\n"; 21 *** Test by calling method or function with its expected arguments ***
|
/php-src/ext/session/tests/user_session_module/ |
H A D | session_set_save_handler_class_014.phpt | 2 Test session_set_save_handler() : calling default handler when save_handler=user 13 echo "*** Testing session_set_save_handler() : calling default handler when save_handler=user ***\n… 23 *** Testing session_set_save_handler() : calling default handler when save_handler=user ***
|
/php-src/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-src/ext/pcntl/tests/ |
H A D | pcntl_fork_basic.phpt | 2 Test function pcntl_fork() by calling it with its expected arguments 12 echo "*** Test by calling method or function with its expected arguments, first print the child PID… 23 *** Test by calling method or function with its expected arguments, first print the child PID and t…
|
/php-src/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 </span><span style="color: #007700">echo </span><span style="color: #DD0000">"*** Test by calling m…
|
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 </span><span style="color: #007700">echo </span><span style="color: #DD0000">"*** Test by calling m…
|
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 </span><span style="color: #007700">echo </span><span style="color: #DD0000">"*** Test by calling m…
|