Home
last modified time | relevance | path

Searched refs:errno (Results 251 – 275 of 412) sorted by relevance

1...<<11121314151617

/PHP-7.3/Zend/tests/
H A Dbug45805.phpt7 public static function handleError($errno, $errstr, $errfile, $errline)
H A Dbug26166.phpt34 function my_error_handler($errno, $errstr, $errfile, $errline) {
/PHP-7.3/sapi/cli/tests/
H A Dphp_cli_server_004.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_012.phpt17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug67429.phpt21 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
/PHP-7.3/ext/mysqli/tests/
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("skip 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);
/PHP-7.3/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-7.3/ext/iconv/tests/
H A Diconv_mime_decode.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
11 echo "$errno: $errmsg\n";
/PHP-7.3/ext/iconv/
H A Dconfig.w3216 AC_DEFINE("ICONV_SUPPORTS_ERRNO", 1, "Whether iconv supports errno or not");
H A Dconfig.m4125 AC_MSG_CHECKING([if iconv supports errno])
128 #include <errno.h>
134 if (errno == EINVAL) {
/PHP-7.3/ext/fileinfo/libmagic/
H A Dcdf.c316 errno = EFTYPE; in cdf_check_stream_offset()
345 errno = EINVAL; in cdf_read()
377 errno = EFTYPE; in cdf_read_header()
409 errno = EFTYPE; in cdf_read_short_sector()
493 errno = EFTYPE; in cdf_read_sat()
535 errno = EFTYPE; in cdf_count_chain()
584 errno = EFTYPE; in cdf_read_long_sector_chain()
626 errno = EFTYPE; in cdf_read_short_sector_chain()
692 errno = EFTYPE; in cdf_read_dir()
734 errno = EFTYPE; in cdf_read_ssat()
[all …]
/PHP-7.3/sapi/litespeed/
H A Dlsapilib.c307 if (errno == EPERM) { in lsapi_parent_dead()
621 ( errno == ENOTCONN )) in isPipe()
1565 if (( errno == EINTR )||( errno == EAGAIN)) in LSAPI_Accept_r()
2603 ret = errno; in LSAPI_CreateListenSock2()
2605 errno = ret; in LSAPI_CreateListenSock2()
3311 if (( errno == EINTR )||( errno == EAGAIN)) in lsapi_prefork_server_accept()
3511 if ((errno == EINTR) || (errno == EAGAIN)) in LSAPI_Accept_Before_Fork()
3669 if (( errno == EINTR )||( errno == EAGAIN)) in LSAPI_Prefork_Accept_r()
3867 errno = EINVAL; in lsapi_check_path()
3872 && errno != ENOENT && errno != EACCES) in lsapi_check_path()
[all …]
/PHP-7.3/ext/simplexml/tests/
H A Dbug37565.phpt8 function my_error_handler($errno, $errstr, $errfile, $errline) {
/PHP-7.3/ext/openssl/tests/
H A Dstreams_crypto_method.phpt17 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
H A Dopenssl_pkcs7_decrypt_error.phpt8 function myErrorHandler($errno, $errstr, $errfile, $errline) {
/PHP-7.3/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-7.3/win32/
H A Dtime.c115 errno = EINVAL; in nanosleep()
/PHP-7.3/ext/standard/tests/network/
H A Dfsockopen_variation2.phpt10 $server = stream_socket_server($hostname . ':' . $port, $errno, $errstr, STREAM_SERVER_BIND);
/PHP-7.3/ext/standard/
H A Dproc_open.c212 } while (wait_pid == -1 && errno == EINTR); in proc_open_rsrc_dtor()
334 errno = 0; in PHP_FUNCTION()
537 …NING, "unable to dup File-Handle for descriptor " ZEND_ULONG_FMT " - %s", nindex, strerror(errno)); in PHP_FUNCTION()
569 php_error_docref(NULL, E_WARNING, "unable to create pipe %s", strerror(errno)); in PHP_FUNCTION()
641 php_error_docref(NULL, E_WARNING, "failed to open /dev/ptmx, errno %d", errno); in PHP_FUNCTION()
649 php_error_docref(NULL, E_WARNING, "failed to open slave pty, errno %d", errno); in PHP_FUNCTION()
855 php_error_docref(NULL, E_WARNING, "fork failed - %s", strerror(errno)); in PHP_FUNCTION()
/PHP-7.3/ext/intl/tests/
H A Dcalendar_get_getActualMaximum_Minumum_error2.phpt15 function eh($errno, $errstr) {
16 echo "error: $errno, $errstr\n";
/PHP-7.3/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-7.3/ext/spl/tests/
H A DCallbackFilterIteratorTest-002.phpt6 set_error_handler(function($errno, $errstr){

Completed in 51 milliseconds

1...<<11121314151617