Home
last modified time | relevance | path

Searched refs:string (Results 2226 – 2250 of 6837) sorted by relevance

1...<<81828384858687888990>>...274

/PHP-7.4/ext/soap/tests/
H A Dserver030.phpt52string">text0</text></item><item xsi:type="ns1:Item"><text xsi:type="xsd:string">text1</text></ite…
/PHP-7.4/ext/standard/tests/array/
H A Darray_key_exists_variation1.phpt32 // heredoc string
71 // string data
118 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
123 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
128 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
133 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
138 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
149 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
154 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
159 Warning: array_key_exists(): The first argument should be either a string or an integer in %s on li…
[all …]
H A Darray_values_basic.phpt29 string(4) "zero"
31 string(3) "one"
33 string(3) "two"
37 string(3) "ten"
/PHP-7.4/ext/standard/tests/strings/
H A Dbug43927.phpt10 string(4) "&lt;"
11 string(5) "&#38;"
12 string(8) "&#38;lt;"
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace.phpt13 string(1) "x"
14 string(4) "abcd"
15 string(8) "zaab2k3l"
H A Dmatch_flags3.phpt26 string(3) "789"
31 string(3) "123"
38 string(3) "789"
40 string(3) "012"
/PHP-7.4/ext/ffi/tests/
H A D010.phpt2 FFI 010: string()
11 var_dump(FFI::string($a, FFI::sizeof($a)));
14 string(12) "aaaaaaaaaaaa"
/PHP-7.4/Zend/tests/varSyntax/
H A Dmethod_call_on_string_literal.phpt2 Method call on string literal
5 "string"->length();
8 Fatal error: Uncaught Error: Call to a member function length() on string in %s:%d
/PHP-7.4/Zend/tests/
H A Dqm_assign_ref_unwrap_leak.phpt18 string(6) "strstr"
19 string(6) "strstr"
20 string(6) "strstr"
H A Dstrlen.phpt46 string(5) "hello"
48 string(5) "world"
49 string(5) "world"
51 string(6) "foobar"
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation13.phpt6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
72 string(39) "This is line of text without csv fields"
80 string(39) "This is line of text without csv fields"
88 string(39) "This is line of text without csv fields"
96 string(39) "This is line of text without csv fields"
104 string(39) "This is line of text without csv fields"
112 string(39) "This is line of text without csv fields"
120 string(39) "This is line of text without csv fields"
128 string(39) "This is line of text without csv fields"
136 string(39) "This is line of text without csv fields"
[all …]
H A Dfgetcsv_variation20.phpt6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
75 string(39) "This is line of text without csv fields"
83 string(39) "This is line of text without csv fields"
91 string(39) "This is line of text without csv fields"
99 string(39) "This is line of text without csv fields"
107 string(39) "This is line of text without csv fields"
115 string(39) "This is line of text without csv fields"
123 string(39) "This is line of text without csv fields"
131 string(39) "This is line of text without csv fields"
139 string(39) "This is line of text without csv fields"
[all …]
H A Duserdirstream.phpt44 string(5) "first"
46 string(6) "fourth"
48 string(6) "second"
50 string(5) "third"
/PHP-7.4/ext/dom/tests/
H A Dbug76738.phpt19 public function on_load(string $content): string
35 private function has_root_block(string $content): bool
67 private function add_root_block(string $content): string
100 private function add_outer_html(string $content): string
105 private function remove_root_block(string $content): string
110 private function remove_garbage(string $content): string
115 private function get_dom(string $html, bool $add_outer_html=TRUE): DOMDocument
155 private function remove_outer_html(string $content): string
197 …private function remove_block(string $content, string $class='tinymce-generated-root-block'): stri…
/PHP-7.4/ext/spl/tests/
H A Dbug70730.phpt34 string(3) "bar"
38 string(5) "item1"
40 string(5) "item2"
42 string(5) "item3"
/PHP-7.4/ext/session/tests/
H A Dsession_destroy_variation3.phpt33 string(%d) "%s"
35 string(0) ""
37 string(%d) "%s"
39 string(0) ""
H A Dsession_module_name_variation2.phpt11 * Prototype : string session_module_name([string $module])
33 string(%d) "%s"
34 string(4) "user"
/PHP-7.4/tests/basic/
H A D029.phpt37 string(9) "file1.txt"
39 string(10) "text/plain"
41 string(%d) "%s"
50 string(18) "ドレミファソ"
/PHP-7.4/ext/date/tests/
H A Dbug67308.phpt15 string(26) "2005-07-14 22:30:41.000000"
19 string(13) "Europe/London"
23 string(26) "2005-07-14 22:30:41.123456"
27 string(13) "Europe/London"
H A Dgmdate_basic.phpt5 /* Prototype : string gmdate(string format [, long timestamp])
28 string(24) "2008-08-08T08:08:08+0000"
29 string(%d) "%s"
H A Dtimezone_open_basic1.phpt5 /* Prototype : DateTimeZone timezone_open ( string $timezone )
25 string(3) "GMT"
31 string(13) "Europe/London"
37 string(19) "America/Los_Angeles"
/PHP-7.4/ext/exif/tests/
H A Dexif007.phpt15 string(12) "image007.jpg"
23 string(10) "image/jpeg"
25 string(0) ""
29 string(20) "width="1" height="1""
/PHP-7.4/ext/oci8/tests/
H A Dstatement_cache.phpt30 string(1) "4"
32 string(1) "4"
36 string(1) "4"
38 string(1) "4"
/PHP-7.4/ext/standard/tests/general_functions/
H A Dcall_user_func_return.phpt37 string(5) "test1" refcount(%d)
39 string(5) "test1" refcount(%d)
41 string(5) "test2" refcount(%d)
43 string(5) "test2" refcount(%d)
/PHP-7.4/ext/xmlrpc/tests/
H A D005.phpt17 $response = xmlrpc_encode('Is string');
40 <string>Is string</string>

Completed in 42 milliseconds

1...<<81828384858687888990>>...274