Home
last modified time | relevance | path

Searched refs:errno (Results 176 – 200 of 346) sorted by relevance

12345678910>>...14

/PHP-5.4/sapi/cli/tests/
H A Dphp_cli_server_007.phpt15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug61679.phpt18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_004.phpt17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_016.phpt25 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_012.phpt17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
/PHP-5.4/Zend/tests/
H A Dbug60909_1.phpt6 set_error_handler(function($errno, $errstr, $errfile, $errline){
H A Dbug45805.phpt9 public static function handleError($errno, $errstr, $errfile, $errline)
/PHP-5.4/ext/standard/tests/network/
H A Dudgloop.phpt15 $server = stream_socket_server("udg:///tmp/$uniqid.sock", $errno, $errstr, STREAM_SERVER_BIND);
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_change_user_prepared_statements.phpt25 if ($stmt->errno == 0)
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt58 printf("[013] [%d] %s\n", $link->errno, $link->error);
90 printf("[020] [%d] %s\n", $link->errno, $link->error);
107 printf("[024] [%d] %s\n", $link->errno, $link->error);
H A Dmysqli_fork.phpt20 die(sprintf("Needs InnoDB support, [%d] %s", $link->errno, $link->error));
54 else if ((($errno = mysqli_errno($link)) == 0) || ('' == ($error = mysqli_error($link))))
55 …printf("[004] Expecting error string and error code from MySQL, got errno = %s/%s, error = %s/%s\n…
56 gettype($errno), $errno, gettype($error), $error);
H A Dmysqli_get_warnings.phpt62 if ((!is_int($warning->errno)) || (0 == $warning->errno)) /* NULL or not there at all */
63 printf("[013] Expecting int/not 0, got %s/%s\n", gettype($warning->errno), $warning->errno);
H A Dbug54221.phpt33 echo "Warning: ".$warnings->errno.": ".$warnings->message."\n";
H A Dmysqli_fetch_lengths_oo.phpt18 printf("[002] [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dconnect.inc258 function handle_catchable_fatal($errno, $error, $file, $line) {
268 (isset($errcodes[$errno])) ? $errcodes[$errno] : $errno,
/PHP-5.4/ext/mysqli/
H A Dmysqli_warning.c140 int errno; in php_get_warnings() local
155 errno = Z_LVAL_PP(entry); in php_get_warnings()
161 w = php_new_warning(*entry, errno TSRMLS_CC); in php_get_warnings()
/PHP-5.4/ext/standard/tests/dir/
H A Dscandir_variation5.phpt89 Warning: scandir(): (errno %d): %s in %s on line %d
96 Warning: scandir(): (errno %d): %s in %s on line %d
/PHP-5.4/ext/iconv/tests/
H A Diconv_mime_decode.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
11 echo "$errno: $errmsg\n";
/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dencodings.c83 if(errno == E2BIG) { in convert()
/PHP-5.4/tests/lang/
H A Dbug22592.phpt5 function error_hdlr($errno, $errstr) {
/PHP-5.4/ext/standard/
H A Dfilestat.c206 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
217 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
338 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
348 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
493 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in php_do_chgrp()
631 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in php_do_chown()
703 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
785 …ocref(NULL TSRMLS_CC, E_WARNING, "Unable to create file %s because %s", filename, strerror(errno)); in PHP_FUNCTION()
793 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Utime failed: %s", strerror(errno)); in PHP_FUNCTION()
/PHP-5.4/ext/sysvshm/
H A Dsysvshm.c174 … php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", shm_key, strerror(errno)); in PHP_FUNCTION()
181 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", shm_key, strerror(errno)); in PHP_FUNCTION()
232 …_WARNING, "failed for key 0x%x, id %ld: %s", shm_list_ptr->key, Z_LVAL_P(shm_id), strerror(errno)); in PHP_FUNCTION()
/PHP-5.4/ext/iconv/
H A Dconfig.w3217 AC_DEFINE("ICONV_SUPPORTS_ERRNO", 1, "Whether iconv supports errno or not");
/PHP-5.4/ext/zip/lib/
H A Dzip_dirent.c148 _zip_error_set(error, ZIP_ER_WRITE, errno); in _zip_cdir_write()
246 _zip_error_set(error, ZIP_ER_READ, errno); in _zip_dirent_read()
469 _zip_error_set(error, ZIP_ER_WRITE, errno); in _zip_dirent_write()
540 _zip_error_set(error, ZIP_ER_READ, errno); in _zip_readfpstr()
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_stdio.c115 if (res < 0 && (errno == EAGAIN || errno == EWOULDBLOCK)) { in fpm_stdio_child_said()

Completed in 42 milliseconds

12345678910>>...14