Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 25 of 41) sorted by last modified time

12

/PHP-7.4/ext/opcache/
H A DZendAccelerator.c225 zend_accel_schedule_restart(reason); in zend_accel_schedule_restart_if_necessary()
1323 zend_accel_restart_reason reason = in zend_accel_invalidate() local
1325 zend_accel_schedule_restart_if_necessary(reason); in zend_accel_invalidate()
2070 zend_accel_restart_reason reason = in persistent_compile_file() local
2072 zend_accel_schedule_restart_if_necessary(reason); in persistent_compile_file()
2095 zend_accel_restart_reason reason = in persistent_compile_file() local
2097 zend_accel_schedule_restart_if_necessary(reason); in persistent_compile_file()
2536 zps_failure_reason = reason; in zps_startup_failure()
2537 zps_api_failure_reason = api_reason?api_reason:reason; in zps_startup_failure()
3123 zend_accel_restart_reason_text[reason]); in zend_accel_schedule_restart()
[all …]
H A DZendAccelerator.h307 void zend_accel_schedule_restart(zend_accel_restart_reason reason);
308 void zend_accel_schedule_restart_if_necessary(zend_accel_restart_reason reason);
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt73 …printf("[025] Timestamp not found. One reason could be that the test is borked and does not recogn…
/PHP-7.4/build/
H A Dlibtool.m498 # reason, if we set the COLLECT_NAMES environment variable, the problems
276 dnl This sometimes fails to find confdefs.h, for some reason.
4477 # reason, if we set the COLLECT_NAMES environment variable, the problems
6262 # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
6274 # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
/PHP-7.4/
H A Dphp.ini-development1462 ; Shorter length than default is supported only for compatibility reason.
H A Dphp.ini-production1462 ; Shorter length than default is supported only for compatibility reason.
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgetservbyname_basic.phpt11 if (!file_exists("/etc/services")) die("skip reason: missing /etc/services");
H A Dgetservbyport_basic.phpt11 if (!file_exists("/etc/services")) die("skip reason: missing /etc/services");
H A Dgetservbyport_variation1.phpt13 if (!file_exists("/etc/services")) die("skip reason: missing /etc/services");
/PHP-7.4/ext/standard/tests/network/
H A Dgetprotobyname_basic.phpt8 if (!file_exists("/etc/protocols")) die("skip reason: missing /etc/protocols");
H A Dgetprotobynumber_basic.phpt8 if (!file_exists("/etc/protocols")) die("skip reason: missing /etc/protocols");
/PHP-7.4/ext/mysqli/
H A Dphp_mysqli_structs.h142 zval reason; member
H A Dmysqli_warning.c45 zval_ptr_dtor_str(&(w->reason)); in php_clear_warnings()
56 MYSQLI_WARNING *php_new_warning(const char *reason, int errorno) in php_new_warning() argument
62 ZVAL_UTF8_STRING(&(w->reason), reason, ZSTR_DUPLICATE); in php_new_warning()
102 MYSQLI_WARNING *php_new_warning(zval * reason, int errorno) in php_new_warning() argument
108 ZVAL_COPY(&w->reason, reason); in php_new_warning()
109 convert_to_string(&w->reason); in php_new_warning()
216 ZVAL_COPY(retval, &w->reason); in mysqli_warning_message()
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in338 ; does not stop script execution for some reason. A value of '0' means 'off'.
/PHP-7.4/docs/
H A Drelease-process.md275 * If that fails for any non-trivially fixable reason, you can manually copy
H A Dunix-build-system.md23 ## The reason for a new system
/PHP-7.4/ext/intl/converter/
H A Dconverter.c67 switch (reason) { in php_converter_default_callback()
111 ZEND_ARG_INFO(0, reason)
117 zend_long reason; in PHP_METHOD() local
121 &reason, &source, &codeUnits, &error) == FAILURE) { in PHP_METHOD()
133 ZEND_ARG_INFO(0, reason)
139 zend_long reason; in PHP_METHOD() local
230 ZVAL_LONG(&zargs[0], reason); in php_converter_to_u_callback()
314 ZVAL_LONG(&zargs[0], reason); in php_converter_from_u_callback()
723 ZEND_ARG_INFO(0, reason)
726 zend_long reason; in PHP_METHOD() local
[all …]
/PHP-7.4/win32/build/
H A Ddeplister.c26 BOOL CALLBACK StatusRoutine(IMAGEHLP_STATUS_REASON reason, in StatusRoutine() argument
30 switch (reason) { in StatusRoutine()
/PHP-7.4/win32/
H A Ddllmain.c36 BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID dummy) in DllMain() argument
40 switch (reason) in DllMain()
84 ret = ret && xmlDllMain(inst, reason, dummy); in DllMain()
/PHP-7.4/ext/mbstring/tests/
H A Dmb_convert_encoding.phpt20 // Note: For some reason it complains, results are differ. Not reserched.
H A Dmb_detect_encoding.phpt19 // Note: For some reason it complains, results are differ. Not reserched.
/PHP-7.4/tests/security/
H A Dopen_basedir.inc12 // For this reason we set the open_basedir to . (current directory) and then
/PHP-7.4/sapi/fpm/tests/
H A Dbug68381-log-level-warning.phpt6 if (getenv("SKIP_ASAN")) die("skip Often fails on azure with asan for unknown reason");
/PHP-7.4/ext/sysvsem/tests/
H A Dsysv.phpt97 * That's the reason for EXPECTF.
/PHP-7.4/ext/sockets/tests/
H A Dwsaprotocol_info_0.phpt18 fprintf(STDERR, "socket_create() failed: reason: " . socket_strerror(socket_last_error()) . "\n");
22 …fprintf(STDERR, "socket_bind() failed: reason: " . socket_strerror(socket_last_error($sock)) . "\n…
26 …fprintf(STDERR, "socket_listen() failed: reason: " . socket_strerror(socket_last_error($sock)) . "…

Completed in 70 milliseconds

12