Home
last modified time | relevance | path

Searched refs:g (Results 226 – 250 of 339) sorted by relevance

12345678910>>...14

/PHP-7.1/ext/date/tests/
H A Dgmdate_variation9.phpt22 '12-hour format without leading zeros' => 'g',
H A Ddate_format_error.phpt25 $format = "F j, Y, g:i a";
/PHP-7.1/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation2.phpt23 "=?Shift_JIS?Q?=93=FA=96=7B=8C=EA=83e=83L=83X=83g=82=C5=82=B7=81B=30=31=32?=
H A Dmb_encode_mimeheader_basic3.phpt50 string(124) "=?Shift_JIS?Q?=93=FA=96=7B=8C=EA=83e=83L=83X=83g=82=C5=82=B7=81B=30=31=32?=
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_query_unicode.phpt39 …if (false !== ($tmp = mysqli_query($link, "SELECT 'това е ескюел, но със обратна наклонена и g'\g"…
H A Dmysqli_query.phpt33 if (false !== ($tmp = mysqli_query($link, "SELECT 'this is sql but with backslash g'\g")))
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt34 // types you can get unexpected results (e.g. binary trash for the
/PHP-7.1/ext/standard/tests/http/
H A Dserver.inc12 * $socket_string is the socket to create and listen on (e.g. tcp://127.0.0.1:1234)
/PHP-7.1/ext/dom/tests/
H A Ddomchardata.phpt47 $comment->insertData(20, 'g');
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestoutput2334 _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80
61 d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82
H A Dtestoutput2581 _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80
108 d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82
H A Dtestinput11891 /.*?/g+
1894 /\b/g+
1897 /\b/+g
1900 //g
3661 /a*/g
3735 /\Gabc./g
3738 /abc./g
4004 /\Z/g
4235 /^[\g<a>]+/
4366 /(?=C)/g+
[all …]
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_conf.c1256 glob_t g; in fpm_conf_ini_parser_include() local
1266 g.gl_offs = 0; in fpm_conf_ini_parser_include()
1267 if ((i = glob(inc, GLOB_ERR | GLOB_MARK, NULL, &g)) != 0) { in fpm_conf_ini_parser_include()
1281 for (i = 0; i < g.gl_pathc; i++) { in fpm_conf_ini_parser_include()
1282 int len = strlen(g.gl_pathv[i]); in fpm_conf_ini_parser_include()
1284 if (g.gl_pathv[i][len - 1] == '/') continue; /* don't parse directories */ in fpm_conf_ini_parser_include()
1285 if (0 > fpm_conf_load_ini_file(g.gl_pathv[i])) { in fpm_conf_ini_parser_include()
1286 … zlog(ZLOG_ERROR, "Unable to include %s from %s at line %d", g.gl_pathv[i], filename, ini_lineno); in fpm_conf_ini_parser_include()
1292 globfree(&g); in fpm_conf_ini_parser_include()
/PHP-7.1/sapi/cgi/
H A DREADME.FastCGI29 and a port number to listen to on the command line, e.g.:
117 Set it to a comma separated list of IP addresses, e.g.:
141 time to create, or supply a lot of data (e.g. downloading huge files via PHP).
/PHP-7.1/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt49 $a7 = str_repeat('g', 4092);
/PHP-7.1/ext/standard/tests/strings/
H A Dstr_split_variation2_64bit.phpt196 string(1) "g"
249 string(1) "g"
H A Dstr_split_variation7_64bit.phpt65 string(1) "g"
H A Dchunk_split_variation4.phpt106 g
/PHP-7.1/Zend/
H A Dacinclude.m49 # non-working versions, e.g. "3.0 3.2";
20 …$YACC --version 2> /dev/null | grep 'GNU Bison' | cut -d ' ' -f 4 | $SED -e 's/\./ /g' | tr -d a-z`
H A Dmicro_bench.php116 function g() { function in Foo
121 $this->g();
/PHP-7.1/ext/oci8/tests/
H A Dconn_attr_5.phpt13 die("skip expected output only valid when using Oracle 10g or greater database server");
H A Ddetails.inc8 * successfully, you need a server and client which is Oracle 11g or
/PHP-7.1/sapi/phpdbg/
H A Dxml.md19 - text message output related to the xml data (e.g. &lt;intro severity="normal" help="help" msgout=…
89 - any output by PHP itself (e.g. &lt;stream type="stdout">test&lt;/stream>)
118 - wrongarg: wrong type of argument (e.g. letters instead of integer)
138 …- memory_manager: using the native memory manager (malloc, free, realloc) instead of e.g. the Zend…
170 - pending: the breakpoint is waiting for resolving (e.g. a file opline on a not yet loaded file)
622 - type: type of signal (e.g. SIGINT)
650 - generally emitted when data couldn't be fetched (e.g. by accessing inconsistent data); only used …
651 - it might mean that data couldn't be fetched at all, or that only incomplete data was fetched (e.g
/PHP-7.1/ext/standard/tests/array/
H A Darsort_object1.phpt58 "g" => new for_string_arsort("Lemon"), "h" => new for_string_asort("aPPle")
/PHP-7.1/ext/iconv/tests/
H A Diconv_strpos_variation5.phpt28 $needle_ascii = b'g';

Completed in 55 milliseconds

12345678910>>...14