Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 25 of 32) sorted by relevance

12

/PHP-5.3/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.3/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.3/ext/curl/tests/
H A Dbug52827.phpt19 * reason for this conversion is that the memory
/PHP-5.3/ext/pspell/tests/
H A D003.phpt32 Warning: pspell_new_config(): PSPELL couldn't open the dictionary. reason: The encoding "b0rked" is…
H A D005.phpt36 Warning: pspell_new_personal(): PSPELL couldn't open the dictionary. reason: The file "%s005.php" i…
/PHP-5.3/ext/date/tests/
H A Ddate_default_timezone_get-2-win32.phpt15 from the multiple names like Europe/Berlin or Europe/Paris . For this reason the test is
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.3/
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 = (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 Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt8 // TODO: This test is MySQL version specific - for whatever reason
H A Dbug_44454.phpt77 For some reason the exception gets thrown at the wrong place
/PHP-5.3/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt22 // Note: For some reason it complains, results are differ. Not reserched.
H A Dmb_convert_encoding.phpt23 // Note: For some reason it complains, results are differ. Not reserched.
/PHP-5.3/ext/sysvsem/tests/
H A Dsysv.phpt99 * That's the reason for EXPECTF.
/PHP-5.3/tests/security/
H A Dopen_basedir.inc12 // For this reason we set the open_basedir to . (current directory) and then
/PHP-5.3/ext/dba/
H A DREADME51 are dbm and ndbm which conflict with many installations. The reason for
/PHP-5.3/sapi/apache_hooks/
H A DREADME200 For this reason you should not define functions/classes here without
/PHP-5.3/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.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-5.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-5.3/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.3/ext/mbstring/
H A DREADME_PHP3-i18n-ja250 Due to historical reason, there are multiple character encodings used
/PHP-5.3/sapi/fpm/
H A Dphp-fpm.conf.in433 ; does not stop script execution for some reason. A value of '0' means 'off'.
/PHP-5.3/ext/pcre/pcrelib/
H A DHACKING306 The reason for having both OP_CLASS and OP_NCLASS is so that, in UTF-8/16/32 mode,

Completed in 51 milliseconds

12