Home
last modified time | relevance | path

Searched refs:errno (Results 201 – 225 of 344) sorted by relevance

12345678910>>...14

/PHP-5.5/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.5/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.5/ext/mysqli/tests/
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);
/PHP-5.5/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.5/ext/iconv/
H A Dconfig.m4130 AC_MSG_CHECKING([if iconv supports errno])
133 #include <errno.h>
139 if (errno == EINVAL) {
H A Dconfig.w3217 AC_DEFINE("ICONV_SUPPORTS_ERRNO", 1, "Whether iconv supports errno or not");
/PHP-5.5/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.5/Zend/tests/
H A Dbug45805.phpt9 public static function handleError($errno, $errstr, $errfile, $errline)
H A Dbug26166.phpt34 function my_error_handler($errno, $errstr, $errfile, $errline) {
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_012.phpt17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_005.phpt15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_015.phpt21 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_019.phpt21 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
/PHP-5.5/ext/sockets/tests/
H A Dsocket_import_stream-3.phpt21 $stream = stream_socket_server("udp://0.0.0.0:58381", $errno, $errstr, STREAM_SERVER_BIND);
/PHP-5.5/ext/simplexml/tests/
H A Dbug37565.phpt8 function my_error_handler($errno, $errstr, $errfile, $errline) {
/PHP-5.5/ext/standard/tests/network/
H A Dfsockopen_variation2.phpt10 $server = stream_socket_server($hostname . ':' . $port, $errno, $errstr, STREAM_SERVER_BIND);
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_stdio.c115 if (res < 0 && (errno == EAGAIN || errno == EWOULDBLOCK)) { in fpm_stdio_child_said()
H A Dfpm_events.c65 } while (res == -1 && errno == EINTR); in fpm_got_signal()
68 if (res < 0 && errno != EAGAIN && errno != EWOULDBLOCK) { in fpm_got_signal()
/PHP-5.5/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.5/sapi/tux/
H A Dphp_tux.c67 if ((m = writev(TG(req)->sock, vec, n)) == -1 && errno == EPIPE) in sapi_tux_ub_write()
82 if (n == -1 && errno == EPIPE) in sapi_tux_ub_write()
84 if (n == -1 && errno == EAGAIN) in sapi_tux_ub_write()
/PHP-5.5/ext/openssl/tests/
H A D003.phpt8 function myErrorHandler($errno, $errstr, $errfile, $errline) {
/PHP-5.5/ext/spl/tests/
H A DCallbackFilterIteratorTest-002.phpt6 set_error_handler(function($errno, $errstr){
/PHP-5.5/ext/ldap/tests/
H A Dldap_add_error.phpt58 /* Is this correct behaviour to still have "Already exists" as error/errno?
83 /* Is this correct behaviour to still have "Undefined attribute type" as error/errno?
/PHP-5.5/tests/classes/
H A Dtype_hinting_004.phpt6 function myErrorHandler($errno, $errstr, $errfile, $errline) {
7 echo "$errno: $errstr - $errfile($errline)\n";
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c350 if ( errno == EAGAIN ) in lsapi_writev()
357 else if ( errno != EINTR ) in lsapi_writev()
462 ( errno == ENOTCONN )) in isPipe()
1294 if (( errno == EINTR )||( errno == EAGAIN)) in LSAPI_Accept_r()
1665 if (( !ret )||( errno == EAGAIN )) in gsendfile()
2282 ret = errno; in LSAPI_CreateListenSock2()
2284 errno = ret; in LSAPI_CreateListenSock2()
2799 if ( errno == EINTR ) in lsapi_prefork_server_accept()
2876 if (( errno == EINTR )||( errno == EAGAIN)) in lsapi_prefork_server_accept()
2958 if ( errno == EINTR ) in LSAPI_Prefork_Accept_r()
[all …]

Completed in 67 milliseconds

12345678910>>...14