Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_class_mysqli_warning_reflection.phpt87 Inspecting property 'errno'
110 Default property 'errno'
H A Dmysqli_class_mysqli_interface.phpt102 "errno" => true,
175 assert(mysqli_errno($link) === $mysqli->errno);
176 printf("mysqli->errno = '%s'/%s ('%s'/%s)\n",
177 $mysqli->errno, gettype($mysqli->errno),
286 mysqli->errno = '0'/integer ('0'/integer)
H A Dmysqli_character_set_name_oo.phpt25 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error);
36 printf("[008] [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dmysqli_change_user_prepared_statements.phpt25 if ($stmt->errno == 0)
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);
/PHP-7.3/sapi/cli/tests/
H A Dbug61679.phpt18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug65633.phpt18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_017.phpt18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug66606_2.phpt17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug70470.phpt12 $fp = fsockopen(PHP_CLI_SERVER_HOSTNAME, PHP_CLI_SERVER_PORT, $errno, $errmsg, 0.5);
H A Dphp_cli_server_007.phpt15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_016.phpt25 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
/PHP-7.3/Zend/tests/
H A Dbug60909_1.phpt6 set_error_handler(function($errno, $errstr, $errfile, $errline){
/PHP-7.3/ext/standard/
H A Dfilestat.c155 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
166 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
249 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
259 php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
401 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_do_chgrp()
538 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_do_chown()
609 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
694 …hp_error_docref(NULL, E_WARNING, "Unable to create file %s because %s", filename, strerror(errno)); in PHP_FUNCTION()
702 php_error_docref(NULL, E_WARNING, "Utime failed: %s", strerror(errno)); in PHP_FUNCTION()
H A Dlink_win32.c109 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
264 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
/PHP-7.3/ext/intl/tests/
H A Dcalendar_before_after_error.phpt15 function eh($errno, $errstr) {
16 echo "error: $errno, $errstr\n";
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_io.c136 if (can_read == -1 && errno == EINTR) {
148 } while (got_now == -1 && errno == EINTR);
188 } while (ret == -1 && errno == EINTR);
/PHP-7.3/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c463 if (errno == ERANGE || errno == EINVAL) { in main()
469 if (errno == ERANGE || errno == EINVAL) { in main()
/PHP-7.3/ext/sysvmsg/
H A Dsysvmsg.c264 …php_error_docref(NULL, E_WARNING, "failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION()
378 ZVAL_LONG(zerrcode, errno); in PHP_FUNCTION()
462 php_error_docref(NULL, E_WARNING, "msgsnd failed: %s", strerror(errno)); in PHP_FUNCTION()
465 ZVAL_LONG(zerror, errno); in PHP_FUNCTION()
/PHP-7.3/ext/gd/libgd/
H A Dgdkanji.c353 if (errno == EINVAL) in do_convert()
367 if (errno == EINVAL) in do_convert()
369 else if (errno == EILSEQ) in do_convert()
371 else if (errno == E2BIG) in do_convert()
/PHP-7.3/Zend/
H A Dzend_signal.c85 int errno_save = errno; in zend_signal_handler_defer()
147 errno = errno_save; in zend_signal_handler_defer()
177 int errno_save = errno; in zend_signal_handler()
223 errno = errno_save; in zend_signal_handler()
/PHP-7.3/ext/standard/tests/network/
H A Dudgloop.phpt15 $server = stream_socket_server("udg:///tmp/$uniqid.sock", $errno, $errstr, STREAM_SERVER_BIND);
/PHP-7.3/tests/lang/
H A Dbug22592.phpt5 function error_hdlr($errno, $errstr) {
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dencodings.c74 if(errno == E2BIG) { in convert()

Completed in 70 milliseconds

12345678910>>...17