Home
last modified time | relevance | path

Searched refs:single (Results 76 – 100 of 206) sorted by relevance

123456789

/PHP-5.4/ext/standard/tests/array/
H A Darray_key_exists_variation6.phpt23 'empty single quoted string' => '',
65 -- Key in $search array is : empty single quoted string --
H A Darray_push_variation6.phpt73 'empty single quotes' => array(
144 -- Iteration 9 : empty single quotes data --
H A Darray_reduce_variation3.phpt6 * Description: Iteratively reduce the array to a single value via the callback.
H A Deach_variation3.phpt74 /*9*/ 'empty single quotes' => array(
206 -- Iteration 9: empty single quotes data --
H A Darray_reduce_variation2.phpt6 * Description: Iteratively reduce the array to a single value via the callback.
H A Darray_reduce_variation1.phpt6 * Description: Iteratively reduce the array to a single value via the callback.
H A Darray_pad_variation6.phpt44 'single quoted string'
57 … array('a\v\f', 'aaaa\r', 'b\tbbb', '\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // with single quoted strings
318 'single quoted string'
348 'single quoted string'
H A Darray_reduce_error.phpt6 * Description: Iteratively reduce the array to a single value via the callback.
/PHP-5.4/ext/standard/tests/strings/
H A Dbug53021.phpt31 single quotes variations:
H A Ducwords_variation3.phpt2 Test ucwords() function : usage variations - single quoted string
11 * test ucwords() with different string prepared using single quote
H A Dstr_split_variation5.phpt27 // heredoc string with single character
63 which is single slash
H A Dstrrev_basic.phpt19 //single character
H A Dstrrpos_variation6.phpt19 'things in single quote'
H A Dstrrpos_basic1.phpt22 //single char for needle
H A Dstripos_variation6.phpt19 'things in single quote'
H A Dstripos_basic1.phpt22 //single char for needle
H A Dconvert_uudecode_basic.phpt24 //single quoted strings
H A Dbin2hex_basic.phpt21 //single quoted strings
/PHP-5.4/ext/date/tests/
H A Dbug53437_var4.phpt2 Bug #53437 (Check that var_dump out is the same using the whole object or it's single properties), …
/PHP-5.4/ext/simplexml/tests/
H A D014a.phpt2 SimpleXML: adding/removing attributes (single)
/PHP-5.4/ext/pcre/pcrelib/
H A DHACKING173 OP_ANYBYTE match any single unit, even in UTF-8/16 mode
233 Repeating single characters
236 The common repeats (*, +, ?), when applied to a single character, use the
269 The normal single-character opcodes (OP_STAR, etc.) are used for repeated
270 positive single-character classes.
319 negated, single-character classes. The normal single-character opcodes
320 (OP_STAR, etc.) are used for repeated positive single-character classes.
335 are less than 256, followed by a list of pairs (for a range) and single
388 All but the last three are single-unit items, with no data. The others are
406 this way, using the single opcode OP_CBRA.
[all …]
/PHP-5.4/ext/standard/tests/url/
H A Dbase64_encode_basic_002.phpt12 * Test base64_encode with single byte values.
/PHP-5.4/ext/standard/tests/general_functions/
H A Dparse_ini_basic.phpt133 string(20) "single quoted offset"
278 string(69) "c:\some windows\path\test\new\r\quote " here\single ' quote\some more"
/PHP-5.4/ext/dom/tests/
H A Ddom001.phpt2 Test 1: Accessing single node
9 echo "Test 1: accessing single nodes from php\n";
101 Test 1: accessing single nodes from php
/PHP-5.4/ext/json/tests/
H A Dfail001.phpt33 "['single quote']");
161 Testing: ['single quote']

Completed in 23 milliseconds

123456789