Home
last modified time | relevance | path

Searched refs:quoted (Results 26 – 50 of 113) sorted by relevance

12345

/PHP-5.3/ext/standard/tests/strings/
H A Dstr_split_variation3.phpt2 Test str_split() function : usage variations - different double quoted strings for 'str' argument
14 * passing different double quoted strings as 'str' argument to str_split()
18 echo "*** Testing str_split() : double quoted strings for 'str' ***\n";
48 *** Testing str_split() : double quoted strings for 'str' ***
H A Dstrrev_variation1.phpt2 Test strrev() function : usage variations - double quoted strings
10 /* Testing strrev() function with various double quoted strings for 'str' */
12 echo "*** Testing strrev() : with various double quoted strings ***\n";
70 *** Testing strrev() : with various double quoted strings ***
H A Dstrrev_variation2.phpt2 Test strrev() function : usage variations - single quoted strings
10 /* Testing strrev() function with various single quoted strings for 'str' */
12 echo "*** Testing strrev() : with various single quoted strings ***\n";
70 *** Testing strrev() : with various single quoted strings ***
H A Dchunk_split_variation7.phpt2 Test chunk_split() function : usage variations - different double quoted values for 'str' argument
12 * Passing different double quoted strings for 'str' argument to chunk_split()
16 echo "*** Testing chunk_split() : with different double quoted values for 'str' argument ***\n";
47 *** Testing chunk_split() : with different double quoted values for 'str' argument ***
H A Dchunk_split_variation10.phpt2 Test chunk_split() function : usage variations - different single quoted strings for 'ending' argum…
12 * passing different single quoted strings for 'ending' arguments to chunk_split()
16 echo "*** Testing chunk_split() : different single quoted strings as 'ending' ***\n";
20 $str = "This is to test chunk_split() with various 'single quoted' ending string.";
55 *** Testing chunk_split() : different single quoted strings as 'ending' ***
57 string(73) "This is to test chunk_split() with various 'single quoted' ending string."
H A Dstripos_variation2.phpt2 Test stripos() function : usage variations - single quoted strings for 'haystack' & 'needle' argume…
10 /* Test stripos() function by passing single quoted strings to 'haystack' & 'needle' arguments */
12 echo "*** Testing stripos() function: with single quoted strings ***\n";
87 *** Testing stripos() function: with single quoted strings ***
H A Dstrrchr_variation2.phpt2 Test strrchr() function : usage variations - single quoted strings
10 /* Test strrchr() function by passing various single quoted strings to 'haystack' & 'needle' */
12 echo "*** Testing strrchr() function: with various single quoted strings ***";
85 *** Testing strrchr() function: with various single quoted strings ***
H A Dstr_split_variation4.phpt2 Test str_split() function : usage variations - different single quoted strings for 'str' argument
14 * passing different single quoted strings as 'str' argument to str_split()
18 echo "*** Testing str_split() : single quoted strings for 'str' ***\n";
47 *** Testing str_split() : single quoted strings for 'str' ***
H A Dstrrpos_variation1.phpt2 Test strrpos() function : usage variations - double quoted strings for 'haystack' & 'needle' argume…
10 /* Test strrpos() function by passing double quoted strings for 'haystack' & 'needle' arguments */
12 echo "*** Testing strrpos() function: with double quoted strings ***\n";
76 *** Testing strrpos() function: with double quoted strings ***
H A Dstrrpos_variation2.phpt2 Test strrpos() function : usage variations - single quoted strings for 'haystack' & 'needle' argume…
10 /* Test strrpos() function by passing single quoted strings to 'haystack' & 'needle' arguments */
12 echo "*** Testing strrpos() function: with single quoted strings ***\n";
77 *** Testing strrpos() function: with single quoted strings ***
H A Dstripos_variation1.phpt2 Test stripos() function : usage variations - double quoted strings for 'haystack' & 'needle' argume…
10 /* Test stripos() function by passing double quoted strings for 'haystack' & 'needle' arguments */
12 echo "*** Testing stripos() function: with double quoted strings ***\n";
85 *** Testing stripos() function: with double quoted strings ***
H A Dstrrchr_variation1.phpt2 Test strrchr() function : usage variations - double quoted strings
10 /* Test strrchr() function by passing various double quoted strings for 'haystack' & 'needle' */
12 echo "*** Testing strrchr() function: with various double quoted strings ***";
85 *** Testing strrchr() function: with various double quoted strings ***
H A Dstrripos_variation1.phpt2 Test strripos() function : usage variations - double quoted strings for 'haystack' & 'needle' argum…
10 /* Test strripos() function by passing double quoted strings for 'haystack' & 'needle' arguments */
12 echo "*** Testing strripos() function: with double quoted strings ***\n";
78 *** Testing strripos() function: with double quoted strings ***
H A Dnl2br_variation2.phpt2 Test nl2br() function : usage variations - single quoted strings for 'str' argument
10 /* Test nl2br() function by passing single quoted strings containing various
H A Dconvert_uudecode_basic.phpt16 //double quoted strings
24 //single quoted strings
H A Dbin2hex_basic.phpt16 //double quoted strings
21 //single quoted strings
H A Dstrripos_variation2.phpt2 Test strripos() function : usage variations - single quoted strings for 'haystack' & 'needle' argum…
10 /* Test strripos() function by passing single quoted strings to 'haystack' & 'needle' arguments */
12 echo "*** Testing strripos() function: with single quoted strings ***\n";
79 *** Testing strripos() function: with single quoted strings ***
/PHP-5.3/ext/standard/tests/array/
H A Duasort_variation5.phpt12 * single quoted, double quoted and heredoc strings
56 // Single quoted strings
65 // Double quoted strings
H A Darray_merge_recursive_variation3.phpt30 This is a double quoted string
37 heredoc\ndouble quoted string. with\vdifferent\fwhite\vspaces
40 // heredoc with quoted strings and numeric values
43 'single quoted string'
44 "double quoted string"
55 array("a\v\f", "aaaa\r", "b", "\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // with double quoted strings
56 array('a\v\f', 'aaaa\r', 'b', '\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // with single quoted strings
326 This is a double quoted string"
332 double quoted string. with different white spaces"
343 This is a double quoted string"
[all …]
H A Darray_unshift_variation7.phpt2 Test array_unshift() function : usage variations - double quoted strings for 'var' argument
12 * double quoted strings for $var argument that is prepended to the array
16 echo "*** Testing array_unshift() : double quoted strings for \$var argument ***\n";
21 // different variations of double quoted strings to be passed to $var argument
58 *** Testing array_unshift() : double quoted strings for $var argument ***
H A Darray_unshift_variation8.phpt2 Test array_unshift() function : usage variations - single quoted strings for 'var' argument
12 * single quoted strings for $var argument that is prepended to the array
16 echo "*** Testing array_unshift() : single quoted strings for \$var argument ***\n";
21 // different variations of single quoted strings to be passed to $var argument
58 *** Testing array_unshift() : single quoted strings for $var argument ***
/PHP-5.3/ext/pdo/tests/
H A Dpdo_033.phpt19 $quoted = $db->quote($unquoted);
26 $db->query("INSERT INTO test (t) VALUES($quoted)");
/PHP-5.3/ext/pdo/
H A Dpdo_sql_parser.c427 char *quoted; /* quoted value */ member
564 if (!stmt->dbh->methods->quoter(stmt->dbh, buf, len, &plc->quoted, &plc->qlen, in pdo_parse_params()
586 plc->quoted = "NULL"; in pdo_parse_params()
598 plc->quoted = Z_STRVAL_P(param->parameter); in pdo_parse_params()
605 Z_STRLEN_P(param->parameter), &plc->quoted, &plc->qlen, in pdo_parse_params()
616 plc->quoted = Z_STRVAL_P(param->parameter); in pdo_parse_params()
637 memcpy(newbuffer, plc->quoted, plc->qlen); in pdo_parse_params()
681 plc->quoted = idxbuf; in pdo_parse_params()
682 plc->qlen = strlen(plc->quoted); in pdo_parse_params()
715 plc->quoted = "?"; in pdo_parse_params()
[all …]
H A Dpdo_sql_parser.re73 int qlen; /* quoted length of value */
74 char *quoted; /* quoted value */
233 plc->quoted = "NULL";
245 plc->quoted = Z_STRVAL_P(param->parameter);
263 plc->quoted = Z_STRVAL_P(param->parameter);
284 memcpy(newbuffer, plc->quoted, plc->qlen);
328 plc->quoted = idxbuf;
329 plc->qlen = strlen(plc->quoted);
362 plc->quoted = "?";
376 efree(plc->quoted);
[all …]
/PHP-5.3/ext/json/tests/
H A Dfail001.phpt12 '{unquoted_key: "keys must be quoted}',
19 '{"Extra value after close": true} "misplaced quoted value"',
56 Testing: {unquoted_key: "keys must be quoted}
91 Testing: {"Extra value after close": true} "misplaced quoted value"

Completed in 71 milliseconds

12345