Home
last modified time | relevance | path

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

12

/PHP-5.5/win32/build/
H A Ddeplister.c27 BOOL CALLBACK StatusRoutine(IMAGEHLP_STATUS_REASON reason, in StatusRoutine() argument
31 switch (reason) { in StatusRoutine()
H A DDSP.README21 If the .dsw files haven't generated in a sane way, the most likely reason
/PHP-5.5/tests/security/
H A Dopen_basedir.inc12 // For this reason we set the open_basedir to . (current directory) and then
/PHP-5.5/
H A Dserver-tests.php605 function showstatus($item, $status, $reason = '') { argument
609 $this->writemsg("PASSED: $item ($reason)\n");
612 $this->writemsg("FAILED: $item ($reason)\n");
615 $this->writemsg("SKIPPED: $item ($reason)\n");
1216 …$reason = (preg_match("/^skip\s*(.+)\$/", $output)) ? preg_replace("/^skip\s*(.+)\$/", "\\1", $out…
1217 $this->showstatus($section_text['TEST'], 'SKIPPED', $reason);
1221 …$reason = (preg_match("/^info\s*(.+)\$/", $output)) ? preg_replace("/^info\s*(.+)\$/", "\\1", $out…
1222 if ($reason) {
1223 $tested .= " (info: $reason)";
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in446 ; does not stop script execution for some reason. A value of '0' means 'off'.
/PHP-5.5/sapi/apache_hooks/
H A DREADME200 For this reason you should not define functions/classes here without
/PHP-5.5/ext/sysvsem/tests/
H A Dsysv.phpt97 * That's the reason for EXPECTF.
/PHP-5.5/ext/pspell/tests/
H A D005.phpt36 Warning: pspell_new_personal(): PSPELL couldn't open the dictionary. reason: The file "%s005.php" i…
/PHP-5.5/ext/pdo_odbc/tests/
H A Dlong_columns.phpt19 // -Linux6\sqlncli-11.0.1790.0.tar.gz (it calls RHEL6.x 'Linux6' for some reason)
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt8 // TODO: This test is MySQL version specific - for whatever reason
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput1591 Error -10 (bad UTF-8 string) offset=0 reason=1
93 Error -10 (bad UTF-8 string) offset=0 reason=2
95 Error -10 (bad UTF-8 string) offset=0 reason=1
97 Error -10 (bad UTF-8 string) offset=0 reason=3
99 Error -10 (bad UTF-8 string) offset=0 reason=2
101 Error -10 (bad UTF-8 string) offset=0 reason=1
103 Error -10 (bad UTF-8 string) offset=0 reason=4
105 Error -10 (bad UTF-8 string) offset=0 reason=3
107 Error -10 (bad UTF-8 string) offset=0 reason=2
109 Error -10 (bad UTF-8 string) offset=0 reason=1
[all …]
H A Dtestoutput18-16614 Error -10 (bad UTF-16 string) offset=0 reason=1
618 Error -10 (bad UTF-16 string) offset=0 reason=1
622 Error -10 (bad UTF-16 string) offset=0 reason=3
626 Error -10 (bad UTF-16 string) offset=0 reason=3
630 Error -10 (bad UTF-16 string) offset=0 reason=3
636 Error -10 (bad UTF-16 string) offset=1 reason=2
H A Dtestoutput18-32612 Error -10 (bad UTF-32 string) offset=0 reason=1
616 Error -10 (bad UTF-32 string) offset=0 reason=1
620 Error -10 (bad UTF-32 string) offset=0 reason=1
624 Error -10 (bad UTF-32 string) offset=0 reason=1
628 Error -10 (bad UTF-32 string) offset=0 reason=1
632 Error -10 (bad UTF-32 string) offset=0 reason=3
634 Error -10 (bad UTF-32 string) offset=0 reason=1
H A Dtestoutput247 Error -10 (bad UTF-16 string) offset=0 reason=1
11 Error -25 (short UTF-16 string) offset=0 reason=1
H A Dtestoutput2615 Error -10 (bad UTF-32 string) offset=0 reason=3
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1508 4. For the same reason, conditional expressions that use a backrefer-
3673 ment, and a reason code is placed in the second element. The reason
3676 acter at the end of the subject (reason codes 1 to 5),
3786 first output vector element (ovector[0]) and a reason code is placed in
3787 the second element (ovector[1]). The reason codes are given names in
4000 reason, the use of different names for subpatterns of the same number
6214 matching. For this reason, an error is given at compile time if differ-
6357 ter. For this reason, such a pattern is not implicitly anchored.
7114 Again, this works in Perl, but not in PCRE, and for the same reason.
8167 detailed reason code if the caller has provided memory in which to do
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING329 The reason for having both OP_CLASS and OP_NCLASS is so that, in UTF-8/16/32
H A DChangeLog514 as for 'fr_FR' and 'french'. For some reason, however, it then used the
1571 the failing character and a reason code are placed in the vector.
1581 failure, the offset and reason code are output.
1864 match is preferred over a full match). For this reason, these items now
5177 build pcretest and pcregrep. (For some reason it was using libtool to compile
5693 the reason behind this - offsetof() is part of the ANSI standard - but
H A DNEWS315 The main reason for having this release so soon after 7.5 is because it fixes a
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c190 zend_accel_schedule_restart(reason TSRMLS_CC); in zend_accel_schedule_restart_if_necessary()
1088 zend_accel_restart_reason reason = in zend_accel_invalidate() local
1090 zend_accel_schedule_restart_if_necessary(reason TSRMLS_CC); in zend_accel_invalidate()
1573 zend_accel_restart_reason reason = local
1575 zend_accel_schedule_restart_if_necessary(reason TSRMLS_CC);
1598 zend_accel_restart_reason reason = local
1600 zend_accel_schedule_restart_if_necessary(reason TSRMLS_CC);
2383 zps_failure_reason = reason;
2384 zps_api_failure_reason = api_reason?api_reason:reason;
2712 void zend_accel_schedule_restart(zend_accel_restart_reason reason TSRMLS_DC)
[all …]
H A DZendAccelerator.h331 void zend_accel_schedule_restart(zend_accel_restart_reason reason TSRMLS_DC);
332 void zend_accel_schedule_restart_if_necessary(zend_accel_restart_reason reason TSRMLS_DC);
/PHP-5.5/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-5.5/ext/mysqli/
H A Dmysqli_warning.c46 zval_dtor(&(w->reason)); in php_clear_warnings()
58 MYSQLI_WARNING *php_new_warning(const char *reason, int errorno TSRMLS_DC) in php_new_warning() argument
64 ZVAL_UTF8_STRING(&(w->reason), reason, ZSTR_DUPLICATE); in php_new_warning()
105 MYSQLI_WARNING *php_new_warning(const zval * reason, int errorno TSRMLS_DC) in php_new_warning() argument
111 w->reason = *reason; in php_new_warning()
112 zval_copy_ctor(&(w->reason)); in php_new_warning()
114 ZVAL_UTF8_STRINGL(&(w->reason), Z_STRVAL(w->reason), Z_STRLEN(w->reason), ZSTR_AUTOFREE); in php_new_warning()
223 **retval = w->reason; in mysqli_warning_message()
H A Dphp_mysqli_structs.h152 zval reason; member
/PHP-5.5/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt22 // Note: For some reason it complains, results are differ. Not reserched.

Completed in 87 milliseconds

12