Home
last modified time | relevance | path

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

123

/PHP-7.2/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt50 ;Non-alpha numeric chars without quotes
97 ;expected error, as the non-alphanumeric chars not enclosed in double quotes("")
121 [Non-alpha numerics in strings -with quotes]
408 [Non-alpha numerics in strings -with quotes] => Array
H A Dparse_ini_basic.data88 [PATH=${basicval}/no/quotes]
H A Dparse_ini_basic.phpt203 ["PATH=FUBAR_VARIABLE/no/quotes"]=>
/PHP-7.2/ext/standard/tests/file/
H A Dparse_ini_file.phpt52 ;Non-alpha numeric chars without quotes
99 ;expected error, as the non-alphanumeric chars not enclosed in double quotes("")
123 [Non-alpha numerics in strings -with quotes]
418 [Non-alpha numerics in strings -with quotes] => Array
/PHP-7.2/ext/standard/
H A Durl_scanner_ex.c292 static inline void tag_arg(url_adapt_state_ex_t *ctx, char quotes, char type) in tag_arg() argument
303 if (quotes) { in tag_arg()
311 if (quotes) { in tag_arg()
486 static inline void handle_val(STD_PARA, char quotes, char type) in handle_val() argument
488 smart_str_setl(&ctx->val, start + quotes, YYCURSOR - start - quotes * 2); in handle_val()
490 smart_str_setl(&ctx->attr_val, start + quotes, YYCURSOR - start - quotes * 2); in handle_val()
492 tag_arg(ctx, quotes, type); in handle_val()
H A Durl_scanner_ex.re295 static inline void tag_arg(url_adapt_state_ex_t *ctx, char quotes, char type)
306 if (quotes) {
314 if (quotes) {
489 static inline void handle_val(STD_PARA, char quotes, char type)
491 smart_str_setl(&ctx->val, start + quotes, YYCURSOR - start - quotes * 2);
493 smart_str_setl(&ctx->attr_val, start + quotes, YYCURSOR - start - quotes * 2);
495 tag_arg(ctx, quotes, type);
/PHP-7.2/
H A DREADME.md25 After removing magic quotes, the get_magic_quotes_gpc function caused
H A DINSTALL1436 ; you can enclose strings in double-quotes
/PHP-7.2/ext/standard/tests/strings/
H A Dchunk_split_variation6.phpt27 'It\'s string with quotes',
H A Dchunk_split_variation7.phpt27 "It's string with quotes", //string containing single quote
H A Dstrrev_variation1.phpt47 //strings containing quotes
H A Dstrrev_variation2.phpt47 //strings containing quotes
H A Dchunk_split_variation4.phpt57 // heredoc with quotes and slashes
H A Dprint_basic.phpt44 // Using single quotes will print the variable name, not the value
H A Dstr_split_variation5.phpt59 // heredoc with quotes and slashes
H A Dstripslashes_variation2.phpt41 // string with single quotes
50 // string with double quotes
H A Ducfirst.phpt20 somestring, // without quotes
H A Dlcfirst.phpt20 somestring, // without quotes
H A Dchunk_split_variation12.phpt58 // heredoc with quotes and slashes
/PHP-7.2/ext/filter/docs/
H A Dfilter.txt48 * As the input filter acts on input data before the magic quotes function
50 quotes or slashes added - it will be the pure data as send by the browser.
195 quotes from being encoded as numerical HTML
293 magic_quotes MAGIC_QUOTES string BC filter for people who like magic quotes.
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_named_placeholder.phpt47 // Note that the "named placeholder" is enclosed by double quotes.
/PHP-7.2/build/
H A Dlibtool.m42644 # (note the single quotes!). If your package is not flat and you're not
2669 # '${top_srcdir}/' (note the single quotes!). If your package is not
/PHP-7.2/win32/
H A Dinstall.txt1292 ; you can enclose strings in double-quotes
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt4590 quotes. In Perl, they cause variable interpolation (but of course PCRE
5166 name or a number enclosed either in angle brackets or single quotes, is
7208 name or a number enclosed either in angle brackets or single quotes, is
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog4963 also handled as literals inside the quotes. In Perl, they will cause variable

Completed in 141 milliseconds

123