Home
last modified time | relevance | path

Searched refs:errno (Results 301 – 325 of 406) sorted by relevance

1...<<11121314151617

/PHP-7.0/tests/classes/
H A Dtostring_001.phpt6 function my_error_handler($errno, $errstr, $errfile, $errline) {
H A Dtype_hinting_004.phpt6 function myErrorHandler($errno, $errstr, $errfile, $errline) {
7 echo "$errno: $errstr - $errfile($errline)\n";
/PHP-7.0/ext/standard/tests/http/
H A Dserver.inc20 $server = stream_socket_server($socket_string, $errno, $errstr);
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_change_user_rollback.phpt13 die(sprintf("Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A D067.phpt25 $query, $mysql->errno, $mysql->error);
H A D061.phpt16 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_savepoint.phpt14 die(sprintf("Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A Dmysqli_stmt_execute_stored_proc_out.phpt57 printf("[013] [%d] %s\n", $link->errno, $link->error);
H A D015.phpt13 die(sprintf("Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A D057.phpt90 [%u|b%"errno"]=>
/PHP-7.0/ext/phar/tests/
H A Dopen_for_write_newfile_b.phpt23 function err_handler($errno, $errstr, $errfile, $errline) {
H A Dopen_for_write_newfile_b_5_2.phpt21 function err_handler($errno, $errstr, $errfile, $errline) {
/PHP-7.0/ext/standard/
H A Dexec.c557 errno = 0;
559 if (errno) {
H A Dphp_fopen_wrapper.c346 "[%d]: %s", fildes_ori, errno, strerror(errno)); in php_stream_url_wrap_php()
/PHP-7.0/ext/date/tests/
H A Dtimezone_offset_get_variation1.phpt18 function handler($errno, $errstr) {
19 if ($errno === E_RECOVERABLE_ERROR) {
H A Dtimezone_offset_get_variation2.phpt18 function handler($errno, $errstr) {
19 if ($errno === E_RECOVERABLE_ERROR) {
/PHP-7.0/ext/ldap/
H A Dldap.c716 int num_attribs = 0, ret = 1, i, errno, argcount = ZEND_NUM_ARGS(); in php_ldap_do_search() local
873 if (errno != LDAP_SUCCESS in php_ldap_do_search()
874 && errno != LDAP_SIZELIMIT_EXCEEDED in php_ldap_do_search()
876 && errno != LDAP_ADMINLIMIT_EXCEEDED in php_ldap_do_search()
879 && errno != LDAP_REFERRAL in php_ldap_do_search()
885 if (errno == LDAP_SIZELIMIT_EXCEEDED) { in php_ldap_do_search()
889 else if (errno == LDAP_ADMINLIMIT_EXCEEDED) { in php_ldap_do_search()
2012 int errno; in PHP_FUNCTION() local
2028 switch (errno) { in PHP_FUNCTION()
2068 php_error_docref(NULL, E_WARNING, "%s", ldap_err2string(errno)); in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/phar/tests/tar/
H A Dopen_for_write_newfile_b_5_2.phpt31 function err_handler($errno, $errstr, $errfile, $errline) {
H A Dopen_for_write_newfile_b.phpt33 function err_handler($errno, $errstr, $errfile, $errline) {
/PHP-7.0/ext/phar/tests/zip/
H A Dopen_for_write_newfile_b.phpt33 function err_handler($errno, $errstr, $errfile, $errline) {
H A Dopen_for_write_newfile_b_5_2.phpt31 function err_handler($errno, $errstr, $errfile, $errline) {
/PHP-7.0/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt36 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
/PHP-7.0/Zend/
H A Dzend_alloc.c440 fprintf(stderr, "\nmmap() failed: [%d] %s\n", errno, strerror(errno)); in zend_mm_mmap_fixed()
446 fprintf(stderr, "\nmunmap() failed: [%d] %s\n", errno, strerror(errno)); in zend_mm_mmap_fixed()
483 fprintf(stderr, "\nmmap() failed: [%d] %s\n", errno, strerror(errno)); in zend_mm_mmap()
502 fprintf(stderr, "\nmunmap() failed: [%d] %s\n", errno, strerror(errno)); in zend_mm_munmap()
1859 fprintf(stderr, "\nCan't initialize heap: [%d] %s\n", errno, strerror(errno));
2810 fprintf(stderr, "\nCan't initialize heap: [%d] %s\n", errno, strerror(errno));
2857 fprintf(stderr, "\nCan't initialize heap: [%d] %s\n", errno, strerror(errno));
/PHP-7.0/sapi/fpm/fpm/
H A Dzlog.c129 saved_errno = errno; in vzlog()
/PHP-7.0/ext/pcntl/tests/
H A D002.phpt49 set_error_handler(function($errno, $errstr) { echo "Error triggered\n"; }, E_WARNING);

Completed in 59 milliseconds

1...<<11121314151617