Home
last modified time | relevance | path

Searched refs:string (Results 2801 – 2825 of 6568) sorted by relevance

1...<<111112113114115116117118119120>>...263

/PHP-5.5/ext/simplexml/tests/
H A D014a.phpt35 string(3) "Joe"
40 string(3) "XXX"
44 string(2) "30"
54 string(1) "5"
H A D014b.phpt35 string(3) "Joe"
40 string(3) "XXX"
44 string(2) "30"
53 string(1) "5"
/PHP-5.5/ext/pdo/tests/
H A Dpdo_028.phpt37 string(1) "1"
39 string(3) "one"
41 string(3) "two"
43 string(5) "three"
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_rot13_error.phpt5 /* Prototype : string str_rot13 ( string $str )
6 * Description: Perform the rot13 transform on a string
7 * Source code: ext/standard/string.c
H A Dstrnatcasecmp_error.phpt5 /* Prototype : int strnatcasecmp ( string $str1 , string $str2 )
6 * Description: Case insensitive string comparisons using a "natural order" algorithm
7 * Source code: ext/standard/string.c
H A Dstrncasecmp_variation7.phpt5 /* Prototype : int strncasecmp ( string $str1, string $str2, int $len );
6 * Description: Binary safe case-insensitive string comparison of the first n characters
14 /* A binary function should not expect a null terminated string, and it should treat input as a raw…
H A Dstrncmp_variation7.phpt5 /* Prototype : int strncmp ( string $str1, string $str2, int $len );
6 * Description: Binary safe case-sensitive string comparison of the first n characters
14 /* A binary function should not expect a null terminated string, and it should treat input as a raw…
H A Dhebrevc_basic.phpt6 /* Prototype : string hebrevc ( string $hebrew_text [, int $max_chars_per_line ] )
8 * Source code: ext/standard/string.c
22 string(239) ".The hebrevc function converts logical Hebrew text to visual text<br />
28 string(317) "to visual text<br />
/PHP-5.5/ext/spl/tests/
H A DarrayObject___construct_basic6.phpt53 string(7) "secret1"
55 string(7) "public1"
68 string(7) "secret1"
70 string(7) "public1"
H A DarrayObject_clone_basic1.phpt23 string(35) "new element added to a before clone"
25 string(34) "new element added to a after clone"
35 string(24) "new element added to aa1"
46 string(24) "new element added to aa2"
/PHP-5.5/ext/standard/tests/file/
H A Dclearstatcache_001.phpt39 %unicode|string%(%d) "%s_dir1"
40 %unicode|string%(%d) "%s_dir1"
41 %unicode|string%(%d) "%s_dir1"
42 %unicode|string%(%d) "%s_dir1"
H A Drealpath_variation2.phpt12 /* Prototype : string realpath(string path)
55 string(1) "/"
64 string(%d) %s/tmp"
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr_count_basic.phpt10 /* Prototype : int mb_substr_count(string $haystack, string $needle [, string $encoding])
21 $string_ascii = 'This is an English string. 0123456789.';
/PHP-5.5/ext/standard/tests/array/
H A Darray_product_variation1.phpt19 "string" => "hello", "numeric string" => "12",
40 string
43 numeric string
H A Duasort_variation7.phpt5 /* Prototype : bool uasort(array $array_arg, string $cmp_function)
52 string(5) "Apple"
54 string(6) "Banana"
56 string(5) "Mango"
58 string(9) "Pineapple"
/PHP-5.5/ext/date/tests/
H A Dgmdate_variation14.phpt5 /* Prototype : string gmdate(string format [, long timestamp])
30 string\((24|25)\) "(1935-03-26T04:50:16\+0000|5882-03-11T00:30:00\+0000)"
33 string\((24|25)\) "(2004-10-08T19:09:44\+0000|1901-12-13T20:45:52\+0000|-1943-10-22T23:30:00\+0000)"
H A Dgmstrftime_variation8.phpt5 /* Prototype : string gmstrftime(string format [, int timestamp])
37 string(1) "%"
38 string(1) "%"
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt7 /* Prototype : string finfo_file(resource finfo, char *file_name [, int options [, resource contex…
28 string(28) "text/x-php; charset=us-ascii"
29 string(22) "PHP script, ASCII text"
30 string(25) "text/plain; charset=utf-8"
/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos_error2.phpt10 /* Prototype : int iconv_strpos(string haystack, string needle [, int offset [, string charset]])
11 * Description: Find position of first occurrence of a string within another
H A Diconv_substr_error2.phpt10 /* Prototype : string iconv_substr(string str, int offset, [int length, string charset])
11 * Description: Returns part of a string
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_error.phpt5 /* Prototype : int mail(string to, string subject, string message [, string additional_headers [,
/PHP-5.5/ext/reflection/tests/
H A DReflectionProperty_basic2.phpt51 string(9) "TestClass"
67 string(9) "TestClass"
83 string(9) "TestClass"
86 string(%d) "/**
101 string(9) "TestClass"
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug46274.phpt53 // Empty string
64 string(3) "foo"
66 string(3) "foo"
70 string(0) ""
72 string(0) ""
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_error_002.phpt5 /* Prototype : proto string serialize(mixed variable)
6 * Description: Returns a string representation of variable (which can later be unserialized)
10 /* Prototype : proto mixed unserialize(string variable_representation)
11 * Description: Takes a string representation of variable and recreates it
44 string(4) "b:0;"
/PHP-5.5/ext/standard/tests/general_functions/
H A Duniqid_error.phpt5 /* Prototype : string uniqid ([ string $prefix= "" [, bool $more_entropy= false ]] )
41 Warning: uniqid() expects parameter 1 to be string, array given in %s on line %d
43 Warning: uniqid() expects parameter 1 to be string, resource given in %s on line %d
45 Warning: uniqid() expects parameter 1 to be string, object given in %s on line %d

Completed in 38 milliseconds

1...<<111112113114115116117118119120>>...263