/PHP-5.6/ext/pcre/pcrelib/testdata/ |
H A D | testoutput15 | 91 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 D | testoutput24 | 7 Error -10 (bad UTF-16 string) offset=0 reason=1 11 Error -25 (short UTF-16 string) offset=0 reason=1
|
H A D | testoutput26 | 15 Error -10 (bad UTF-32 string) offset=0 reason=3
|
H A D | testoutput18-32 | 612 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 D | testoutput18-16 | 614 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
|
/PHP-5.6/ext/intl/tests/ |
H A D | uconverter_oop_callback.phpt | 11 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 D | uconverter_oop_callback_return.phpt | 8 public function toUCallback($reason, $source, $codeUnits, &$error) { 21 public function fromUCallback($reason, $source, $codePoint, &$error) {
|
/PHP-5.6/ext/mysqli/ |
H A D | mysqli_warning.c | 46 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()
|
/PHP-5.6/win32/build/ |
H A D | deplister.c | 27 BOOL CALLBACK StatusRoutine(IMAGEHLP_STATUS_REASON reason, in StatusRoutine() argument 31 switch (reason) { in StatusRoutine()
|
H A D | DSP.README | 21 If the .dsw files haven't generated in a sane way, the most likely reason
|
/PHP-5.6/ext/intl/converter/ |
H A D | converter.c | 63 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.6/Zend/tests/traits/ |
H A D | bug55424.phpt | 30 /* setAttribute used to disappear for no good reason. */
|
/PHP-5.6/ext/curl/tests/ |
H A D | bug52827.phpt | 19 * reason for this conversion is that the memory
|
/PHP-5.6/ext/pspell/tests/ |
H A D | 003.phpt | 32 Warning: pspell_new_config(): PSPELL couldn't open the dictionary. reason: The encoding "b0rked" is…
|
H A D | 005.phpt | 36 Warning: pspell_new_personal(): PSPELL couldn't open the dictionary. reason: The file "%s005.php" i…
|
/PHP-5.6/ |
H A D | server-tests.php | 605 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.6/ext/date/tests/ |
H A D | date_default_timezone_get-1-win32.phpt | 16 from the multiple names like Europe/Berlin or Europe/Paris . For this reason the test is
|
/PHP-5.6/ext/opcache/ |
H A D | ZendAccelerator.c | 194 zend_accel_schedule_restart(reason TSRMLS_CC); in zend_accel_schedule_restart_if_necessary() 1117 zend_accel_restart_reason reason = in zend_accel_invalidate() local 1119 zend_accel_schedule_restart_if_necessary(reason TSRMLS_CC); in zend_accel_invalidate() 1628 zend_accel_restart_reason reason = local 1630 zend_accel_schedule_restart_if_necessary(reason TSRMLS_CC); 1653 zend_accel_restart_reason reason = local 1655 zend_accel_schedule_restart_if_necessary(reason TSRMLS_CC); 2482 zps_failure_reason = reason; 2483 zps_api_failure_reason = api_reason?api_reason:reason; 2812 void zend_accel_schedule_restart(zend_accel_restart_reason reason TSRMLS_DC) [all …]
|
H A D | ZendAccelerator.h | 339 void zend_accel_schedule_restart(zend_accel_restart_reason reason TSRMLS_DC); 340 void zend_accel_schedule_restart_if_necessary(zend_accel_restart_reason reason TSRMLS_DC);
|
/PHP-5.6/ext/mbstring/tests/ |
H A D | mb_detect_encoding.phpt | 22 // Note: For some reason it complains, results are differ. Not reserched.
|
H A D | mb_convert_encoding.phpt | 23 // Note: For some reason it complains, results are differ. Not reserched.
|
/PHP-5.6/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_prepare_emulated_placeholder_everywhere.phpt | 8 // TODO: This test is MySQL version specific - for whatever reason
|
/PHP-5.6/ext/sysvsem/tests/ |
H A D | sysv.phpt | 97 * That's the reason for EXPECTF.
|
/PHP-5.6/tests/security/ |
H A D | open_basedir.inc | 12 // For this reason we set the open_basedir to . (current directory) and then
|
/PHP-5.6/ext/dba/ |
H A D | README | 51 are dbm and ndbm which conflict with many installations. The reason for
|