Home
last modified time | relevance | path

Searched refs:out (Results 51 – 75 of 425) sorted by last modified time

12345678910>>...17

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result2.phpt173 [017] [2014] Commands out of sync; you can't run this command now
H A Dmysqli_stmt_get_result_seek.phpt74 /* intentionally out of range! */
H A Dmysqli_stmt_unclonable.phpt20 /* no, still bails out */
H A Dmysqli_stmt_fetch.phpt95 [014] [%d] Commands out of sync; you can't run this command now
H A Dmysqli_multi_query.phpt125 [009] [2014] Commands out of sync; you can't run this command now
H A Dmysqli_get_warnings.phpt125 /* out of range, three warnings */
H A Dmysqli_fetch_object.phpt129 …I think we should bail out here. The following line will give a Fatal error: Call to private ... f…
H A Dbug55653.phpt2 Bug #55653 PS crash with libmysql when binding same variable as param and out
H A D057.phpt25 /* this should produce an out of sync error */
/PHP-7.4/build/
H A Dlibtool.m4571 # Find out which ABI we are using.
586 # Find out which ABI we are using.
620 # Find out which ABI we are using.
688 # Find out which ABI we are using.
1141 mkdir out
1156 cat out/conftest.err >&5
1163 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
1164 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
1172 test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
1173 $rm out/* && rmdir out
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfile.h408 struct out { struct
/PHP-7.4/ext/tidy/
H A Dtidy.c779 ZVAL_LONG(out, 0); in tidy_doc_cast_handler()
783 ZVAL_DOUBLE(out, 0); in tidy_doc_cast_handler()
787 ZVAL_TRUE(out); in tidy_doc_cast_handler()
797 ZVAL_EMPTY_STRING(out); in tidy_doc_cast_handler()
817 ZVAL_LONG(out, 0); in tidy_node_cast_handler()
821 ZVAL_DOUBLE(out, 0); in tidy_node_cast_handler()
825 ZVAL_TRUE(out); in tidy_node_cast_handler()
833 ZVAL_STRINGL(out, (char *) buf.bp, buf.size-1); in tidy_node_cast_handler()
835 ZVAL_EMPTY_STRING(out); in tidy_node_cast_handler()
1232 output_context->out.data = (char *) outbuf.bp; in php_tidy_output_handler()
[all …]
/PHP-7.4/
H A Dphp.ini-development330 ; being interrupted by the user or a browser timing out. PHP's default behavior
471 ; out of your application such as database usernames and passwords or worse.
1580 ; Don't bail out by default.
H A Dphp.ini-production330 ; being interrupted by the user or a browser timing out. PHP's default behavior
471 ; out of your application such as database usernames and passwords or worse.
1580 ; Don't bail out by default.
/PHP-7.4/win32/build/
H A Dconfutils.js1833 var out = "| ";
1877 out = "|";
1881 out += " ";
1883 out += " |";
1885 STDOUT.WriteLine(out);
1889 out = "|";
1896 out += " ";
1899 out += " |";
1902 out = "|";
2354 DEPS.WriteLine(out);
[all …]
H A Dphpize.js.in67 // now we need the extension name out of this thing
260 // Comment out the calls from their original positions
/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_basic_004.phpt72 --> http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
H A Dparse_url_basic_006.phpt72 --> http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
H A Dparse_url_basic_007.phpt72 --> http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
H A Durls.inc52 'http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123',
H A Dparse_url_basic_008.phpt72 --> http://secret:hid:out@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_ref123…
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c1360 goto out; in dbh_method_get()
1369 out: in dbh_method_get()
H A Dpdo_stmt.c2104 if (out == NULL) { in PHP_METHOD()
2111 php_stream_write(out, "\n", 1); in PHP_METHOD()
2119 php_stream_write(out, "\n", 1); in PHP_METHOD()
2122 php_stream_printf(out, "Params: %d\n", in PHP_METHOD()
2130 php_stream_printf(out, "Key: Name: [%zd] %.*s\n", in PHP_METHOD()
2136 php_stream_printf(out, in PHP_METHOD()
2149 php_stream_close(out); in PHP_METHOD()
2220 goto out; in dbstmt_method_get()
2228 goto out; in dbstmt_method_get()
2233 goto out; in dbstmt_method_get()
[all …]
/PHP-7.4/ext/iconv/
H A Dconfig.m4170 char *out = malloc(out_left);
171 char *out_p = out;
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_driver.c242 goto out; in odbc_handle_doer()
247 goto out; in odbc_handle_doer()
253 goto out; in odbc_handle_doer()
258 out: in odbc_handle_doer()

Completed in 101 milliseconds

12345678910>>...17