Home
last modified time | relevance | path

Searched refs:err (Results 101 – 125 of 149) sorted by relevance

123456

/PHP-5.5/ext/sockets/tests/
H A Dsocket_set_option_in6_pktinfo.phpt23 $s = socket_create(AF_INET6, SOCK_DGRAM, SOL_UDP) or die("err");
H A Dmcast_ipv6_send.phpt20 $s = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
H A Dmcast_ipv4_send_error.phpt15 $s = socket_create($domain, SOCK_DGRAM, SOL_UDP) or die("err");
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c560 char *err = fpm_conf_set_boolean(value, &subconf, 0); in fpm_conf_set_array() local
561 if (err) { in fpm_conf_set_array()
564 return err; in fpm_conf_set_array()
1392 char *err = NULL; in fpm_conf_ini_parser_array() local
1413 err = fpm_conf_set_array(key, value, &config, 0); in fpm_conf_ini_parser_array()
1417 err = fpm_conf_set_array(key, value, &config, 0); in fpm_conf_ini_parser_array()
1421 err = fpm_conf_set_array(key, value, &config, 0); in fpm_conf_ini_parser_array()
1425 err = fpm_conf_set_array(key, value, &config, 1); in fpm_conf_ini_parser_array()
1429 err = fpm_conf_set_array(key, value, &config, 1); in fpm_conf_ini_parser_array()
1437 if (err) { in fpm_conf_ini_parser_array()
[all …]
H A Dfpm_events.c346 void fpm_event_loop(int err) /* {{{ */ in fpm_event_loop() argument
363 if (!err) { in fpm_event_loop()
H A Dfpm_main.c441 http_error *err = (http_error*)http_error_codes; in sapi_cgi_send_headers() local
443 while (err->code != 0) { in sapi_cgi_send_headers()
444 if (err->code == SG(sapi_headers).http_response_code) { in sapi_cgi_send_headers()
447 err++; in sapi_cgi_send_headers()
449 if (err->msg) { in sapi_cgi_send_headers()
450 …n = slprintf(buf, sizeof(buf), "Status: %d %s\r\n", SG(sapi_headers).http_response_code, err->msg); in sapi_cgi_send_headers()
/PHP-5.5/ext/oci8/
H A Doci8_interface.c1640 errh = statement->err;
1651 errh = connection->err;
1658 errh = connection->err;
1663 errh = OCI_G(err);
1772 php_oci_error(OCI_G(err), OCI_G(errcode) TSRMLS_CC);
1827 …, (ub4) OCI_HTYPE_SESSION, (dvoid *) module, (ub4) module_len, (ub4) OCI_ATTR_MODULE, OCI_G(err)));
1830 php_oci_error(OCI_G(err), OCI_G(errcode) TSRMLS_CC);
1858 …, (ub4) OCI_HTYPE_SESSION, (dvoid *) action, (ub4) action_len, (ub4) OCI_ATTR_ACTION, OCI_G(err)));
1861 php_oci_error(OCI_G(err), OCI_G(errcode) TSRMLS_CC);
1889 …PE_SESSION, (dvoid *) client_info, (ub4) client_info_len, (ub4) OCI_ATTR_CLIENT_INFO, OCI_G(err)));
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dbug60120.phpt2 Bug #60120 (proc_open hangs when data in stdin/out/err is getting larger or equal to 2048)
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c2579 err: in fetch_name_with_level()
2702 goto err; in fetch_name()
2722 err: in fetch_name()
2799 err: in fetch_name()
4225 goto err; in parse_char_class()
4257 goto err; in parse_char_class()
4263 goto err; in parse_char_class()
4298 goto err; in parse_char_class()
4391 goto err; in parse_char_class()
4492 err: in parse_char_class()
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c783 goto err; in MYSQLND_METHOD()
791 goto err; in MYSQLND_METHOD()
795 goto err; in MYSQLND_METHOD()
802 goto err; in MYSQLND_METHOD()
815 goto err; in MYSQLND_METHOD()
824 goto err; in MYSQLND_METHOD()
833 err: in MYSQLND_METHOD()
866 goto err;
973 goto err;
1057 goto err;
[all …]
/PHP-5.5/sapi/cli/
H A Dphp_cli.c687 goto err; in do_cli()
714 goto err; in do_cli()
909 goto err; in do_cli()
935 goto err; in do_cli()
969 goto err; in do_cli()
1186 err: in do_cli()
/PHP-5.5/ext/curl/
H A Dphp_curl.h175 struct _php_curl_error err; member
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c180 goto err; in Transliterator_clone_obj()
189 err: in Transliterator_clone_obj()
/PHP-5.5/ext/zip/lib/
H A Dzip_open.c146 set_error(int *zep, struct zip_error *err, int ze) in set_error() argument
150 if (err) { in set_error()
151 _zip_error_get(err, &ze, &se); in set_error()
/PHP-5.5/ext/standard/
H A Dexec.c126 goto err; in php_exec()
208 err: in php_exec()
H A Dstreamsfuncs.c96 int err; in PHP_FUNCTION() local
134 hashkey, &tv, context, &errstr, &err); in PHP_FUNCTION()
152 ZVAL_LONG(zerrno, err); in PHP_FUNCTION()
181 int err = 0; in PHP_FUNCTION() local
209 NULL, NULL, context, &errstr, &err); in PHP_FUNCTION()
218 ZVAL_LONG(zerrno, err); in PHP_FUNCTION()
H A Darray.c1642 err = 1; in PHP_FUNCTION()
1643 goto err; in PHP_FUNCTION()
1655 err = 1; in PHP_FUNCTION()
1656 goto err; in PHP_FUNCTION()
1680 err = 1; in PHP_FUNCTION()
1681 goto err; in PHP_FUNCTION()
1689 err = 1; in PHP_FUNCTION()
1711 err = 1; in PHP_FUNCTION()
1719 err = 1; in PHP_FUNCTION()
1729 err: in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcompress.c485 goto err; in uncompressbuf()
491 err: in uncompressbuf()
H A Dcdf.c1319 err(1, "Cannot open `%s'", argv[1]);
1322 err(1, "Cannot read header");
1328 err(1, "Cannot read sat");
1334 err(1, "Cannot read ssat");
1340 err(1, "Cannot read dir");
1343 err(1, "Cannot read short stream");
1355 err(1, "Cannot read summary info");
/PHP-5.5/ext/date/
H A Dphp_date.c2562 timelib_error_container *err = NULL; in php_date_initialize() local
2577 update_errors_warnings(err TSRMLS_CC); in php_date_initialize()
2580 if (ctor && err && err->error_count) { in php_date_initialize()
2583err->error_messages[0].position, err->error_messages[0].character, err->error_messages[0].message); in php_date_initialize()
2585 if (err && err->error_count) { in php_date_initialize()
3064 timelib_error_container *err = NULL; in php_date_modify() local
3076 update_errors_warnings(err TSRMLS_CC); in php_date_modify()
3077 if (err && err->error_count) { in php_date_modify()
3080err->error_messages[0].position, err->error_messages[0].character, err->error_messages[0].message); in php_date_modify()
4252 timelib_error_container *err = NULL; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/sockets/
H A Dmulticast.c775 goto err;
819 goto err;
839 err:
/PHP-5.5/TSRM/
H A Dtsrm_win32.c245 DWORD err = GetLastError(); in tsrm_win32_access() local
529 DWORD err = GetLastError(); in popen_ex() local
530 if (err == ERROR_NO_TOKEN) { in popen_ex()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c911 memcpy(err, str, new_len+1); in to_xml_string()
912 for (i = 0; (c = err[i++]);) { in to_xml_string()
915 if ((err[i] & 0xc0) != 0x80) { in to_xml_string()
920 if ((err[i] & 0xc0) != 0x80 || (err[i+1] & 0xc0) != 0x80) { in to_xml_string()
925 if ((err[i] & 0xc0) != 0x80 || (err[i+1] & 0xc0) != 0x80 || (err[i+2] & 0xc0) != 0x80) { in to_xml_string()
934 err[i-1] = '\\'; in to_xml_string()
935 err[i++] = 'x'; in to_xml_string()
938 err[i++] = '.'; in to_xml_string()
939 err[i++] = '.'; in to_xml_string()
940 err[i++] = '.'; in to_xml_string()
[all …]
/PHP-5.5/sapi/milter/
H A Dphp_milter.c1174 goto err; in main()
1182 goto err; in main()
1197 err: in main()
/PHP-5.5/ext/pdo_dblib/
H A Ddblib_stmt.c153 dbsetuserdata(H->link, (BYTE*) &S->err); in pdo_dblib_stmt_execute()

Completed in 139 milliseconds

123456