Home
last modified time | relevance | path

Searched refs:errno (Results 226 – 250 of 387) sorted by relevance

12345678910>>...16

/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_change_user_prepared_statements.phpt25 if ($stmt->errno == 0)
H A Dmysqli_character_set_name_oo.phpt22 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error);
33 printf("[008] [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dmysqli_dump_debug_info_oo.phpt22 $mysqli->errno, $mysqli->error);
H A Dmysqli_fetch_lengths_oo.phpt18 printf("[002] [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dbug54221.phpt33 echo "Warning: ".$warnings->errno.": ".$warnings->message."\n";
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.phpt19 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
53 else if ((($errno = mysqli_errno($link)) == 0) || ('' == ($error = mysqli_error($link))))
54 …printf("[004] Expecting error string and error code from MySQL, got errno = %s/%s, error = %s/%s\n…
55 gettype($errno), $errno, gettype($error), $error);
H A Dmysqli_kill.phpt91 ["errno"]=>
99 ["errno"]=>
H A Dmysqli_get_warnings.phpt61 if ((!is_int($warning->errno)) || (0 == $warning->errno)) /* NULL or not there at all */
62 printf("[013] Expecting int/not 0, got %s/%s\n", gettype($warning->errno), $warning->errno);
/PHP-8.2/ext/standard/
H A Dfilestat.c161 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
172 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
259 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
269 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
422 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_do_chgrp()
561 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_do_chown()
625 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
702 …hp_error_docref(NULL, E_WARNING, "Unable to create file %s because %s", filename, strerror(errno)); in PHP_FUNCTION()
710 php_error_docref(NULL, E_WARNING, "Utime failed: %s", strerror(errno)); in PHP_FUNCTION()
/PHP-8.2/ext/ldap/tests/
H A Dldap_add_error.phpt51 /* Is this correct behaviour to still have "Already exists" as error/errno?
78 /* Is this correct behaviour to still have "Undefined attribute type" as error/errno?
/PHP-8.2/ext/gd/libgd/
H A Dgdkanji.c350 if (errno == EINVAL) in do_convert()
362 if (errno == EINVAL) in do_convert()
364 else if (errno == EILSEQ) in do_convert()
366 else if (errno == E2BIG) in do_convert()
/PHP-8.2/Zend/
H A Dzend_signal.c86 int errno_save = errno; in zend_signal_handler_defer()
150 errno = errno_save; in zend_signal_handler_defer()
180 int errno_save = errno; in zend_signal_handler()
225 errno = errno_save; in zend_signal_handler()
/PHP-8.2/ext/standard/tests/network/
H A Dudgloop.phpt15 $server = stream_socket_server("udg:///tmp/$uniqid.sock", $errno, $errstr, STREAM_SERVER_BIND);
/PHP-8.2/ext/sockets/tests/
H A Dsocket_import_stream-2.phpt14 $s = stream_socket_server("udp://127.0.0.1:0", $errno, $errstr, STREAM_SERVER_BIND);
H A Dsocket_import_stream-3.phpt21 $stream = stream_socket_server("udp://0.0.0.0:58379", $errno, $errstr, STREAM_SERVER_BIND);
/PHP-8.2/ext/openssl/tests/
H A Dgh13860.phpt16 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
H A Dopenssl_pkcs7_decrypt_error.phpt8 function myErrorHandler($errno, $errstr, $errfile, $errline) {
H A Dopenssl_cms_decrypt_error.phpt8 function myErrorHandler($errno, $errstr, $errfile, $errline) {
/PHP-8.2/sapi/litespeed/
H A Dlsapilib.c313 if (errno == EPERM) { in lsapi_parent_dead()
638 ( errno == ENOTCONN )) in isPipe()
1553 if (( errno == EINTR )||( errno == EAGAIN)) in LSAPI_Accept_r()
2625 ret = errno; in LSAPI_CreateListenSock2()
2627 errno = ret; in LSAPI_CreateListenSock2()
3348 if (( errno == EINTR )||( errno == EAGAIN)) in lsapi_prefork_server_accept()
3548 if ((errno == EINTR) || (errno == EAGAIN)) in LSAPI_Accept_Before_Fork()
3712 if (( errno == EINTR )||( errno == EAGAIN)) in LSAPI_Prefork_Accept_r()
3910 errno = EINVAL; in lsapi_check_path()
3915 && errno != ENOENT && errno != EACCES) in lsapi_check_path()
[all …]
/PHP-8.2/ext/standard/tests/filters/
H A Dbug35916.phpt45 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
/PHP-8.2/Zend/tests/
H A Dbug45805.phpt7 public static function handleError($errno, $errstr, $errfile, $errline)
/PHP-8.2/ext/iconv/tests/
H A Diconv_mime_decode.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum)
11 echo "$errno: $errmsg\n";
/PHP-8.2/ext/fileinfo/libmagic/
H A Dcdf.c326 errno = EFTYPE; in cdf_check_stream_offset()
354 errno = EINVAL; in cdf_read()
386 errno = EFTYPE; in cdf_read_header()
428 errno = EFTYPE; in cdf_read_short_sector()
514 errno = EFTYPE; in cdf_read_sat()
556 errno = EFTYPE; in cdf_count_chain()
605 errno = EFTYPE; in cdf_read_long_sector_chain()
647 errno = EFTYPE; in cdf_read_short_sector_chain()
714 errno = EFTYPE; in cdf_read_dir()
756 errno = EFTYPE; in cdf_read_ssat()
[all …]
/PHP-8.2/win32/
H A Dtime.c115 errno = EINVAL; in nanosleep()

Completed in 97 milliseconds

12345678910>>...16