Home
last modified time | relevance | path

Searched refs:err (Results 51 – 75 of 180) sorted by relevance

12345678

/PHP-8.3/ext/intl/tests/
H A Dformatter_fail.phpt8 function err($fmt) {
62 err($fmt);
69 err($fmt);
76 err($fmt);
85 err($fmt);
89 err($fmt);
91 err($fmt);
93 err($fmt);
/PHP-8.3/ext/standard/
H A Dfilters.c327 return err; in php_conv_base64_encode_flush()
440 return err; in php_conv_base64_encode_convert()
497 php_conv_err_t err; in php_conv_base64_decode_convert() local
602 return err; in php_conv_base64_decode_convert()
832 return err; in php_conv_qprint_encode_convert()
1049 return err; in php_conv_qprint_decode_convert()
1139 php_conv_err_t err; in php_conv_get_uint_prop_ex() local
1146 return err; in php_conv_get_uint_prop_ex()
1333 php_conv_err_t err; in strfilter_convert_append_bucket() local
1362 switch (err) { in strfilter_convert_append_bucket()
[all …]
H A Dfsock.c44 int err; in php_fsockopen_stream() local
99 STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, hashkey, &tv, NULL, &errstr, &err); in php_fsockopen_stream()
114 ZEND_TRY_ASSIGN_REF_LONG(zerrno, err); in php_fsockopen_stream()
H A Duuencode.c151 goto err; in php_uudecode()
159 goto err; in php_uudecode()
164 goto err; in php_uudecode()
196 err: in php_uudecode()
/PHP-8.3/ext/shmop/
H A Dshmop.c177 goto err; in PHP_FUNCTION()
182 goto err; in PHP_FUNCTION()
188 goto err; in PHP_FUNCTION()
194 goto err; in PHP_FUNCTION()
199 goto err; in PHP_FUNCTION()
205 goto err; in PHP_FUNCTION()
211 err: in PHP_FUNCTION()
/PHP-8.3/ext/pdo_dblib/
H A Ddblib_driver.c37 pdo_dblib_err *einfo = &H->err; in dblib_fetch_error()
44 einfo = &S->err; in dblib_fetch_error()
49 } else if (DBLIB_G(err).lastmsg) { in dblib_fetch_error()
50 msg = DBLIB_G(err).lastmsg; in dblib_fetch_error()
51 DBLIB_G(err).lastmsg = NULL; in dblib_fetch_error()
80 pdo_dblib_err_dtor(&H->err); in dblib_handle_closer()
104 S->err.sqlstate = stmt->error_code; in dblib_handle_preparer()
489 H->err.sqlstate = dbh->error_code; in pdo_dblib_handle_factory()
620 DBLIB_G(err).sqlstate, in pdo_dblib_handle_factory()
621 DBLIB_G(err).dberrstr, in pdo_dblib_handle_factory()
[all …]
H A Dphp_pdo_dblib_int.h116 void pdo_dblib_err_dtor(pdo_dblib_err *err);
122 pdo_dblib_err err; member
131 pdo_dblib_err err; member
142 pdo_dblib_err err;
/PHP-8.3/ext/zip/
H A Dzip_stream.c60 zip_error_t *err; in php_zip_ops_read()
61 err = zip_file_get_error(self->zf); in php_zip_ops_read()
63 php_error_docref(NULL, E_WARNING, "Zip stream error: %s", zip_error_strerror(err)); in php_zip_ops_read()
64 zip_error_fini(err); in php_zip_ops_read()
132 int err; in php_zip_ops_stat() local
166 za = zip_open(file_dirname, ZIP_CREATE, &err); in php_zip_ops_stat()
293 int err; in php_stream_zip_opener() local
328 za = zip_open(file_dirname, ZIP_CREATE, &err); in php_stream_zip_opener()
/PHP-8.3/ext/dba/
H A Ddba_db3.c53 int gmode = 0, err; local
80 if ((err=db_create(&dbp, NULL, 0)) == 0) {
84 (err=dbp->open(dbp, 0, ZSTR_VAL(info->path), NULL, type, gmode, filemode)) == 0) {
86 (err=dbp->open(dbp, ZSTR_VAL(info->path), NULL, type, gmode, filemode)) == 0) {
98 *error = db_strerror(err);
101 *error = db_strerror(err);
/PHP-8.3/ext/intl/dateformat/
H A Ddatepatterngenerator_class.h31 intl_error err; member
44 #define DTPATTERNGEN_ERROR(dtpgo) (dtpgo)->err
H A Ddatepatterngenerator_methods.cpp98 zend_string *err = intl_error_get_message(NULL); in PHP_METHOD() local
99 zend_throw_exception(IntlException_ce_ptr, ZSTR_VAL(err), intl_error_get_code(NULL)); in PHP_METHOD()
100 zend_string_release_ex(err, 0); in PHP_METHOD()
/PHP-8.3/ext/sockets/
H A Dconversions.h52 void err_msg_dispose(struct err_s *err);
86 struct err_s *err /* in/out */);
92 struct err_s *err, zval *zv);
/PHP-8.3/ext/mbstring/
H A Dphp_mbregex.c870 int err; in _php_mb_onig_search() local
881 return err; in _php_mb_onig_search()
1002 int err, n; in _php_mb_regex_ereg_replace_exec() local
1062 err = 0; in _php_mb_regex_ereg_replace_exec()
1186 int err; in PHP_FUNCTION() local
1209 err = 0; in PHP_FUNCTION()
1215 if (err < 0) { in PHP_FUNCTION()
1225 err = -2; in PHP_FUNCTION()
1270 int err; in PHP_FUNCTION() local
1326 int err; in _php_mb_regex_ereg_search_exec() local
[all …]
/PHP-8.3/pear/
H A Dfetch.php72 $err = error_get_last(); variable
73 echo "\nError..\n", $err["message"], "\n";
/PHP-8.3/ext/dom/
H A Ddocumentfragment.c66 int err; in PHP_METHOD() local
83 err = xmlParseBalancedChunkMemory(nodep->doc, NULL, NULL, 0, (xmlChar *) data, &lst); in PHP_METHOD()
85 if (err != 0) { in PHP_METHOD()
/PHP-8.3/ext/intl/transliterator/
H A Dtransliterator_class.h27 intl_error err; member
43 #define TRANSLITERATOR_ERROR( co ) (co)->err
/PHP-8.3/ext/zend_test/tests/
H A Dinternal_dnf_arguments.phpt17 } catch (\Throwable $err) {
18 echo $err->getMessage(), "\n";
/PHP-8.3/ext/oci8/tests/
H A Dpecl_bug6109.phpt25 $err = oci_error($s);
26 echo ($i) .' -> '.$err['message'] ."\n";
/PHP-8.3/ext/intl/collator/
H A Dcollator_class.h29 intl_error err; member
38 #define COLLATOR_ERROR(co) (co)->err
/PHP-8.3/main/
H A Dphp_network.h54 # define PHP_IS_TRANSIENT_ERROR(err) (err == EAGAIN || err == EWOULDBLOCK) argument
56 # define PHP_IS_TRANSIENT_ERROR(err) (err == EAGAIN) argument
69 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize);
70 PHPAPI zend_string *php_socket_error_str(long err);
/PHP-8.3/ext/intl/breakiterator/
H A Dbreakiterator_class.h33 intl_error err; member
49 #define BREAKITER_ERROR(bio) (bio)->err
/PHP-8.3/ext/intl/calendar/
H A Dcalendar_class.h33 intl_error err; member
46 #define CALENDAR_ERROR(co) (co)->err
/PHP-8.3/ext/fileinfo/libmagic/
H A Dcompress.c569 goto err; in uncompressgzipped()
574 err: in uncompressgzipped()
599 goto err; in uncompresszlib()
603 goto err; in uncompresszlib()
608 goto err; in uncompresszlib()
614 err: in uncompresszlib()
632 goto err; in uncompressbzlib()
644 goto err; in uncompressbzlib()
657 err: in uncompressbzlib()
697 err: in uncompressxzlib()
[all …]
/PHP-8.3/ext/intl/timezone/
H A Dtimezone_class.h36 intl_error err; member
52 #define TIMEZONE_ERROR(to) (to)->err
/PHP-8.3/ext/intl/spoofchecker/
H A Dspoofchecker_class.h28 intl_error err; member
44 #define SPOOFCHECKER_ERROR(co) (co)->err

Completed in 52 milliseconds

12345678