Home
last modified time | relevance | path

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

12

/PHP-5.5/
H A DUPGRADING217 The reason for that is that O: format is meant to be used with classes
H A Dacinclude.m42353 dnl If pkg-config fails for some reason, revert to the old method
/PHP-5.5/Zend/tests/traits/
H A Dbug55424.phpt30 /* setAttribute used to disappear for no good reason. */
/PHP-5.5/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.
4481 # reason, if we set the COLLECT_NAMES environment variable, the problems
6266 # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
6278 # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
/PHP-5.5/ext/curl/tests/
H A Dbug52827.phpt19 * reason for this conversion is that the memory
/PHP-5.5/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-5.5/ext/dba/
H A DREADME51 are dbm and ndbm which conflict with many installations. The reason for
/PHP-5.5/ext/intl/converter/
H A Dconverter.c63 switch (reason) { in php_converter_default_callback()
107 ZEND_ARG_INFO(0, reason)
113 long reason; in PHP_METHOD() local
117 &reason, &source, &codeUnits, &error) == FAILURE) { in PHP_METHOD()
129 ZEND_ARG_INFO(0, reason)
135 long reason; in PHP_METHOD() local
233 ZVAL_LONG(zreason, reason); in php_converter_to_u_callback()
324 ZVAL_LONG(zreason, reason); in php_converter_from_u_callback()
747 ZEND_ARG_INFO(0, reason)
750 long reason; in PHP_METHOD() local
[all …]
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt222 The reason the Alternate values are not simply On and Off is that additional Alternate values
/PHP-5.5/ext/intl/tests/
H A Duconverter_oop_callback.phpt11 public function toUCallback($reason, $source, $codeUnits, &$error) {
12 echo "toUCallback(", UConverter::reasonText($reason), ", ...)\n";
13 return parent::toUCallback($reason, $source, $codeUnits, $error);
19 public function fromUCallback($reason, $source, $codePoint, &$error) {
20 echo "fromUCallback(", UConverter::reasonText($reason), ", ...)\n";
21 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-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja250 Due to historical reason, there are multiple character encodings used
/PHP-5.5/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-5.5/ext/mbstring/oniguruma/
H A DHISTORY1084 character class for implementation reason.
/PHP-5.5/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-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/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/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/pcre/pcrelib/
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 DHACKING329 The reason for having both OP_CLASS and OP_NCLASS is so that, in UTF-8/16/32
H A DNEWS315 The main reason for having this release so soon after 7.5 is because it fixes a
/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 …]

Completed in 108 milliseconds

12