/PHP-5.3/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()
|
H A D | php_mysqli_structs.h | 152 zval reason; member
|
/PHP-5.3/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.3/ext/curl/tests/ |
H A D | bug52827.phpt | 19 * reason for this conversion is that the memory
|
/PHP-5.3/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.3/ext/date/tests/ |
H A D | date_default_timezone_get-2-win32.phpt | 15 from the multiple names like Europe/Berlin or Europe/Paris . For this reason the test is
|
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.3/ |
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 = (ereg("^skip[[:space:]]*(.+)\$", $output)) ? ereg_replace("^skip[[:space:]]*(.+)\$", "\\… 1217 $this->showstatus($section_text['TEST'], 'SKIPPED', $reason); 1221 …$reason = (ereg("^info[[:space:]]*(.+)\$", $output)) ? ereg_replace("^info[[:space:]]*(.+)\$", "\\… 1222 if ($reason) { 1223 $tested .= " (info: $reason)";
|
/PHP-5.3/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
|
H A D | bug_44454.phpt | 77 For some reason the exception gets thrown at the wrong place
|
/PHP-5.3/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.3/ext/sysvsem/tests/ |
H A D | sysv.phpt | 99 * That's the reason for EXPECTF.
|
/PHP-5.3/tests/security/ |
H A D | open_basedir.inc | 12 // For this reason we set the open_basedir to . (current directory) and then
|
/PHP-5.3/ext/dba/ |
H A D | README | 51 are dbm and ndbm which conflict with many installations. The reason for
|
/PHP-5.3/sapi/apache_hooks/ |
H A D | README | 200 For this reason you should not define functions/classes here without
|
/PHP-5.3/ext/pdo_odbc/tests/ |
H A D | long_columns.phpt | 19 // -Linux6\sqlncli-11.0.1790.0.tar.gz (it calls RHEL6.x 'Linux6' for some reason)
|
/PHP-5.3/ext/mysqli/tests/ |
H A D | mysqli_debug_mysqlnd_control_string.phpt | 73 …printf("[025] Timestamp not found. One reason could be that the test is borked and does not recogn…
|
/PHP-5.3/ext/mbstring/libmbfl/ |
H A D | LICENSE | 85 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.3/ext/intl/doc/ |
H A D | Tutorial.txt | 222 The reason the Alternate values are not simply On and Off is that additional Alternate values
|
/PHP-5.3/ext/mbstring/ |
H A D | README_PHP3-i18n-ja | 250 Due to historical reason, there are multiple character encodings used
|
/PHP-5.3/sapi/fpm/ |
H A D | php-fpm.conf.in | 433 ; does not stop script execution for some reason. A value of '0' means 'off'.
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | HACKING | 306 The reason for having both OP_CLASS and OP_NCLASS is so that, in UTF-8/16/32 mode,
|