Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 25 of 43) sorted by path

12

/PHP-7.3/Zend/tests/assert/
H A Dexpect_004.phpt2 test providing reason (fail)
H A Dexpect_005.phpt2 test providing reason (pass)
H A Dexpect_007.phpt2 test compiled reason
/PHP-7.3/Zend/tests/traits/
H A Dbug55424.phpt30 /* setAttribute used to disappear for no good reason. */
/PHP-7.3/
H A Dacinclude.m42210 dnl If pkg-config fails for some reason, revert to the old method
2364 dnl If pkg-config fails for some reason, revert to the old method
/PHP-7.3/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.3/ext/curl/tests/
H A Dbug52827.phpt19 * reason for this conversion is that the memory
/PHP-7.3/ext/date/tests/
H A Ddate_default_timezone_get-1-win32.phpt16 from the multiple names like Europe/Berlin or Europe/Paris . For this reason the test is
/PHP-7.3/ext/dba/
H A DREADME51 are dbm and ndbm which conflict with many installations. The reason for
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch1267 * incorrectly identify the exe type. The "-z" option of "file" is the reason
/PHP-7.3/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt174 incurred by, or claims asserted against, such Contributor by reason
/PHP-7.3/ext/intl/converter/
H A Dconverter.c72 switch (reason) { in php_converter_default_callback()
116 ZEND_ARG_INFO(0, reason)
122 zend_long reason; in PHP_METHOD() local
126 &reason, &source, &codeUnits, &error) == FAILURE) { in PHP_METHOD()
138 ZEND_ARG_INFO(0, reason)
144 zend_long reason; in PHP_METHOD() local
235 ZVAL_LONG(&zargs[0], reason); in php_converter_to_u_callback()
311 ZVAL_LONG(&zargs[0], reason); in php_converter_from_u_callback()
720 ZEND_ARG_INFO(0, reason)
723 zend_long reason; in PHP_METHOD() local
[all …]
/PHP-7.3/ext/intl/tests/
H A Duconverter_oop_callback.phpt12 public function toUCallback($reason, $source, $codeUnits, &$error) {
13 echo "toUCallback(", UConverter::reasonText($reason), ", ...)\n";
14 return parent::toUCallback($reason, $source, $codeUnits, $error);
20 public function fromUCallback($reason, $source, $codePoint, &$error) {
21 echo "fromUCallback(", UConverter::reasonText($reason), ", ...)\n";
22 return parent::fromUCallback($reason, $source, $codePoint, $error);
H A Duconverter_oop_callback2.phpt12 public function toUCallback($reason, $source, $codeUnits, &$error) {
13 echo "toUCallback(", UConverter::reasonText($reason), ", ...)\n";
14 return parent::toUCallback($reason, $source, $codeUnits, $error);
20 public function fromUCallback($reason, $source, $codePoint, &$error) {
21 echo "fromUCallback(", UConverter::reasonText($reason), ", ...)\n";
22 return parent::fromUCallback($reason, $source, $codePoint, $error);
H A Duconverter_oop_callback_return.phpt8 public function toUCallback($reason, $source, $codeUnits, &$error) {
21 public function fromUCallback($reason, $source, $codePoint, &$error) {
/PHP-7.3/ext/mbstring/libmbfl/
H A DLICENSE85 are the reason we use the ordinary General Public License for many
375 infringement or for any other reason (not limited to patent issues),
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY1391 character class for implementation reason.
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DSYNTAX.md974 reason.)
/PHP-7.3/ext/mbstring/tests/
H A Dmb_convert_encoding.phpt23 // Note: For some reason it complains, results are differ. Not reserched.
H A Dmb_detect_encoding.phpt22 // Note: For some reason it complains, results are differ. Not reserched.
/PHP-7.3/ext/mysqli/
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()
212 ZVAL_COPY(retval, &w->reason); in mysqli_warning_message()
H A Dphp_mysqli_structs.h146 zval reason; member
/PHP-7.3/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.3/ext/opcache/
H A DZendAccelerator.c213 zend_accel_schedule_restart(reason); in zend_accel_schedule_restart_if_necessary()
1332 zend_accel_restart_reason reason = in zend_accel_invalidate() local
1334 zend_accel_schedule_restart_if_necessary(reason); in zend_accel_invalidate()
2094 zend_accel_restart_reason reason = in persistent_compile_file() local
2096 zend_accel_schedule_restart_if_necessary(reason); in persistent_compile_file()
2119 zend_accel_restart_reason reason = in persistent_compile_file() local
2121 zend_accel_schedule_restart_if_necessary(reason); in persistent_compile_file()
2554 zps_failure_reason = reason; in zps_startup_failure()
2555 zps_api_failure_reason = api_reason?api_reason:reason; in zps_startup_failure()
3089 zend_accel_restart_reason_text[reason]);
[all …]
H A DZendAccelerator.h296 void zend_accel_schedule_restart(zend_accel_restart_reason reason);
297 void zend_accel_schedule_restart_if_necessary(zend_accel_restart_reason reason);

Completed in 145 milliseconds

12