Home
last modified time | relevance | path

Searched refs:string (Results 5101 – 5125 of 7170) sorted by last modified time

1...<<201202203204205206207208209210>>...287

/php-src/ext/pdo_sqlite/tests/
H A Dbug79664.phpt18 string(4) "null"
25 string(1) "1"
H A Dbug_44159_sqlite_version.phpt28 Attribute value must be of type int for selected attribute, string given
H A Dpdo_sqlite_get_attribute.phpt14 string(%d) "%s"
15 string(%d) "%s"
/php-src/ext/pdo_pgsql/tests/
H A Dbug64953.phpt31 var_dump($st->fetch()); // return array(1) { ["i"]=> string(1) "1" }
50 string(1) "1"
52 string(1) "1"
56 string(1) "1"
58 string(1) "1"
63 string(3) "123"
65 string(3) "123"
69 string(3) "'?'"
71 string(3) "'?'"
H A Dbug71885.phpt39 string(3) "ERR"
42 string(1) "1"
46 string(1) "1"
H A Dbug71885_2.phpt45 string(1) "0"
49 string(1) "1"
53 string(1) "0"
57 string(1) "1"
/php-src/ext/pdo_firebird/tests/
H A Dpayload_server.inc3 function run_server(string $payloadFile): string {
/php-src/ext/pdo/tests/
H A Dbug_44159.phpt45 TypeError: PDO::ATTR_STATEMENT_CLASS value must be of type array, string given
48 TypeError: Attribute value must be of type bool for selected attribute, string given
H A Dbug_72368.phpt42 string(3) "ERR"
43 string(3) "ERR"
H A Dbug_79106.phpt33 string(1) "0"
35 string(1) "0"
37 string(1) "0"
39 string(1) "0"
41 string(1) "0"
43 string(1) "0"
H A Dbug_79106_collision.phpt33 string(5) "11111"
35 string(5) "11111"
37 string(5) "22222"
H A Ddebug_emulated_prepares.phpt29 $stmt = $db->prepare('SELECT :bool, :int, :string, :null');
32 $stmt->bindValue(':string', 'foo', PDO::PARAM_STR);
44 SQL: [34] SELECT :bool, :int, :string, :null
57 Key: Name: [7] :string
59 name=[7] ":string"
H A Dpdo_036.phpt31 uninitialized(string)
35 string(8) "SELECT 1"
H A Dpdo_038.phpt50 string(1) "1"
H A Dpdo_039.phpt52 string(5) "00000"
53 string(5) "00000"
54 string(5) "00000"
56 string(5) "00000"
57 string(5) "00000"
H A Dpdo_quote_empty_string.phpt2 PDO::quote() must accept empty string for drivers which support this feature
/php-src/ext/pcre/tests/
H A Dpreg_filter.phpt16 string(5) "A:C:1"
18 string(5) "B:C:a"
20 string(3) "A:2"
22 string(3) "B:b"
24 string(3) "A:3"
26 string(3) "A:4"
H A Dpreg_grep_basic.phpt20 string(22) "HTTP://WWW.EXAMPLE.COM"
22 string(11) "/index.html"
24 string(11) "/info/stat/"
28 string(17) "/display/dept.php"
32 string(22) "HTTP://WWW.EXAMPLE.COM"
40 string(11) "/index.html"
42 string(11) "/info/stat/"
46 string(17) "/display/dept.php"
56 string(11) "/index.html"
58 string(11) "/info/stat/"
[all …]
H A Dpreg_replace_callback_array.phpt50 string(2) "ok"
51 string(2) "ok"
52 string(2) "ok"
56 string(1) "b"
58 string(1) "d"
H A Dpcre_count.phpt9 var_dump(preg_replace($regex, 'xxxx', $string, -1, $count));
15 $string= 'Here must only number like 42 and 13 appear';
16 var_dump(preg_replace($regex, 'xxxx', $string, -1, $count));
22 $string= 'Viagra V14GR4 Vicodin V1C0D1/\/ v1c0d1/|/';
23 var_dump(preg_replace($regex, '...', $string, -1, $count));
28 $string= 'Viagra V14GR4 Vicodin V1C0D1/\/ v1c0d1/|/';
29 var_dump(preg_replace($regex, '...', $string, -1));
33 string(56) "xxxx xxxx 1-a-3-4 1-2-a-4 1-2-3-a a-a-a-a xxxx xxxx-xxxx"
35 string(41) "Hxxxx xxxx xxxx xxxx xxxx 42 xxxx 13 xxxx"
37 string(25) "... ... ... ... v1c0d1/|/"
[all …]
H A Dpcre_extended.phpt23 string(5) "aeiou"
28 string(5) "aeiou"
H A Dpreg_match_all_basic.phpt8 $string = 'Hello, world! This is a test. This is another test. \[4]. 34534 string.';
15 var_dump(preg_match_all('/\d{2}$/', $string, $match4)); //tries to find 2 digits at the end of a st…
21 var_dump(preg_match_all('/test/', $string));
22 var_dump(preg_match_all('/this isn\'t in the string/', $string));
34 string(1) "3"
45 string(15) "This is a test."
47 string(5) " test"
52 string(21) "This is another test."
54 string(11) "nother test"
62 string(21) ". \[4]. 34534 string."
[all …]
H A Dpreg_match_all_edit_basic.phpt5 $string = 'Hello, world! This is a test. This is another test. \[4]. 34534 string.';
13 …'@\. \\\(.*).@', $string, $match3, PREG_PATTERN_ORDER)); //finds ".\ [...]" and eve…
16 var_dump(preg_match_all('/\d{2}$/', $string, $match4)); //tries to find 2 digits at the en…
19 var_dump(preg_match_all('/(This is a ){2}(.*)\stest/', $string, $match5)); //tries to find "T…
30 string(1) "3"
41 string(15) "This is a test."
43 string(5) " test"
48 string(21) "This is another test."
50 string(11) "nother test"
58 string(21) ". \[4]. 34534 string."
[all …]
H A Dpreg_match_basic.phpt6 $string = 'Hello, world. [*], this is \ a string';
7 var_dump(preg_match('/^[hH]ello,\s/', $string, $match1)); //finds "Hello, "
9 …ump(preg_match('/l^o,\s\w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "lo, wor…
11 var_dump(preg_match('/\[\*\],\s(.*)/', $string, $match3)); //finds "[*], this is \ a string";
13 …eg_match('@\w{4}\s\w{2}\s\\\(?:\s.*)@', $string, $match4, PREG_OFFSET_CAPTURE, 14)); //finds "this…
15 var_dump(preg_match('/hello world/', $string, $match5)); //tries to find "hello world" (should be H…
22 string(7) "Hello, "
30 string(23) "[*], this is \ a string"
32 string(18) "this is \ a string"
39 string(18) "this is \ a string"
H A Dpreg_match_basic_002.phpt5 $string = "My\nName\nIs\nStrange";
6 preg_match("/M(.*)/", $string, $matches);
13 string(2) "My"
15 string(1) "y"

Completed in 64 milliseconds

1...<<201202203204205206207208209210>>...287