Home
last modified time | relevance | path

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

1234

/PHP-5.6/ext/standard/tests/array/
H A Darray_unshift_variation9.phpt51 This's a string with quotes:
278 string(123) "This's a string with quotes:
294 string(123) "This's a string with quotes:
/PHP-5.6/ext/standard/tests/strings/
H A Daddslashes_variation2.phpt31 // string with single quotes
39 // string with double quotes
H A Dchunk_split_variation4.phpt57 // heredoc with quotes and slashes
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 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 string, // without quotes
H A Dlcfirst.phpt20 string, // without quotes
H A Dchunk_split_variation12.phpt58 // heredoc with quotes and slashes
/PHP-5.6/ext/standard/
H A Durl_scanner_ex.re178 static inline void tag_arg(url_adapt_state_ex_t *ctx, char quotes, char type TSRMLS_DC)
185 if (quotes)
192 if (quotes)
295 static inline void handle_val(STD_PARA, char quotes, char type)
297 smart_str_setl(&ctx->val, start + quotes, YYCURSOR - start - quotes * 2);
298 tag_arg(ctx, quotes, type TSRMLS_CC);
/PHP-5.6/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-5.6/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-5.6/
H A DREADME.md24 After removing magic quotes, the get_magic_quotes_gpc function caused
H A DNEWS4043 . Fixed bug #63512 (parse_ini_file() with INI_SCANNER_RAW removes quotes
7304 . Added HEREDOC syntax with double quotes. (Lars Strojny, Felipe)
7668 - Fixed exec() on Windows to not eat the first and last double quotes. (Scott)
8269 - Fixed bug #46313 (Magic quotes broke $_FILES). (Arnaud)
9510 - Fixed bug #39763 (magic quotes are applied twice by ext/filter in
11023 - Fixed bug #33904 (input array keys being escaped when magic quotes is off).
11188 - Fixed bug #32608 (html_entity_decode() converts single quotes even if
H A DINSTALL1640 ; you can enclose strings in double-quotes
/PHP-5.6/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-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_named_placeholder.phpt47 // Note that the "named placeholder" is enclosed by double quotes.
/PHP-5.6/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-5.6/win32/
H A Dinstall.txt1292 ; you can enclose strings in double-quotes

Completed in 75 milliseconds

1234