/php-src/ext/intl/tests/ |
H A D | uconverter_oop_callback2.phpt | 13 public function toUCallback($reason, $source, $codeUnits, &$error): string|int|array|null { 14 echo "toUCallback(", UConverter::reasonText($reason), ", ...)\n"; 15 return parent::toUCallback($reason, $source, $codeUnits, $error); 21 public function fromUCallback($reason, $source, $codePoint, &$error): string|int|array|null { 22 echo "fromUCallback(", UConverter::reasonText($reason), ", ...)\n"; 23 return parent::fromUCallback($reason, $source, $codePoint, $error);
|
H A D | uconverter_oop_callback.phpt | 13 public function toUCallback($reason, $source, $codeUnits, &$error): string|int|array|null { 14 echo "toUCallback(", UConverter::reasonText($reason), ", ...)\n"; 15 return parent::toUCallback($reason, $source, $codeUnits, $error); 21 public function fromUCallback($reason, $source, $codePoint, &$error): string|int|array|null { 22 echo "fromUCallback(", UConverter::reasonText($reason), ", ...)\n"; 23 return parent::fromUCallback($reason, $source, $codePoint, $error);
|
H A D | uconverter_oop_callback_return.phpt | 8 public function toUCallback($reason, $source, $codeUnits, &$error): string|int|array|null { 23 public function fromUCallback($reason, $source, $codePoint, &$error): string|int|array|null {
|
H A D | bug58756_MessageFormatter_variant2.phpt | 8 die('xfail Fails on FreeBSD for unknown reason');
|
H A D | msgfmt_format_intlcalendar_variant4.phpt | 8 die('xfail Fails on FreeBSD for unknown reason');
|
/php-src/win32/ |
H A D | dllmain.c | 32 BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID dummy) in DllMain() argument 42 ret = ret && xmlDllMain(inst, reason, dummy); in DllMain()
|
/php-src/ext/mysqli/ |
H A D | mysqli_warning.c | 34 zval_ptr_dtor_str(&(w->reason)); in php_clear_warnings() 44 MYSQLI_WARNING *php_new_warning(zval * reason, int errorno) in php_new_warning() argument 50 ZVAL_COPY(&w->reason, reason); in php_new_warning() 51 convert_to_string(&w->reason); in php_new_warning() 154 ZVAL_COPY(retval, &w->reason); in mysqli_warning_message()
|
/php-src/win32/build/ |
H A D | deplister.c | 24 BOOL CALLBACK StatusRoutine(IMAGEHLP_STATUS_REASON reason, in StatusRoutine() argument 28 switch (reason) { in StatusRoutine()
|
/php-src/ext/standard/tests/http/ |
H A D | gh9316.phpt | 12 …"data://text/plain,HTTP/1.1 200 Some very long reason-phrase to test that this is properly handled… 39 …string(126) "HTTP/1.1 200 Some very long reason-phrase to test that this is properly handled by ou… 46 …string(126) "HTTP/1.1 200 Some very long reason-phrase to test that this is properly handled by ou… 53 …string(126) "HTTP/1.1 200 Some very long reason-phrase to test that this is properly handled by ou…
|
/php-src/ext/sockets/tests/ |
H A D | wsaprotocol_info_0.phpt | 18 … 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)) . "…
|
/php-src/ext/intl/converter/ |
H A D | converter.c | 65 switch (reason) { in php_converter_default_callback() 107 zend_long reason; in PHP_METHOD() local 112 Z_PARAM_LONG(reason) in PHP_METHOD() 118 php_converter_default_callback(return_value, ZEND_THIS, reason, error); in PHP_METHOD() 124 zend_long reason; in PHP_METHOD() local 129 Z_PARAM_LONG(reason) in PHP_METHOD() 218 ZVAL_LONG(&zargs[0], reason); in php_converter_to_u_callback() 296 ZVAL_LONG(&zargs[0], reason); in php_converter_from_u_callback() 665 zend_long reason; in PHP_METHOD() local 668 Z_PARAM_LONG(reason) in PHP_METHOD() [all …]
|
H A D | converter.stub.php | 105 …public function fromUCallback(int $reason, array $source, int $codePoint, &$error): string|int|arr… argument 144 public static function reasonText(int $reason): string {} argument 159 …public function toUCallback(int $reason, string $source, string $codeUnits, &$error): string|int|a… argument
|
/php-src/Zend/tests/assert/ |
H A D | expect_004.phpt | 2 test providing reason (fail)
|
H A D | expect_005.phpt | 2 test providing reason (pass)
|
H A D | expect_007.phpt | 2 test compiled reason
|
/php-src/ext/standard/tests/network/ |
H A D | getprotobyname_basic.phpt | 8 if (!file_exists("/etc/protocols")) die("skip reason: missing /etc/protocols");
|
H A D | getprotobynumber_basic.phpt | 8 if (!file_exists("/etc/protocols")) die("skip reason: missing /etc/protocols");
|
/php-src/Zend/tests/traits/ |
H A D | bug55424.phpt | 30 /* setAttribute used to disappear for no good reason. */
|
/php-src/sapi/fpm/tests/ |
H A D | bug68381-log-level-warning.phpt | 6 if (getenv("SKIP_ASAN")) die("skip Often fails on azure with asan for unknown reason");
|
/php-src/ext/curl/tests/ |
H A D | bug52827.phpt | 13 * reason for this conversion is that the memory
|
/php-src/ext/standard/tests/general_functions/ |
H A D | getservbyname_basic.phpt | 11 if (!file_exists("/etc/services")) die("skip reason: missing /etc/services");
|
H A D | getservbyport_variation1.phpt | 13 if (!file_exists("/etc/services")) die("skip reason: missing /etc/services");
|
H A D | getservbyport_basic.phpt | 11 if (!file_exists("/etc/services")) die("skip reason: missing /etc/services");
|
/php-src/ |
H A D | SECURITY.md | 6 If for some reason you cannot use the form at GitHub, or you need to talk to
|
/php-src/ext/opcache/ |
H A D | ZendAccelerator.h | 316 void zend_accel_schedule_restart(zend_accel_restart_reason reason); 317 void zend_accel_schedule_restart_if_necessary(zend_accel_restart_reason reason);
|