Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 7165) sorted by path

12345678910>>...287

/php-src/
H A D.gdbinit189 printf "string: %s", (char*)$zvalue->value.str->val
610 printf "string(%d) ", $zstr->len
616 print the length and contents of a zend string
H A DCODING_STANDARDS.md43 holds the length property of each string, and that it shouldn't be
269 1. The length of constant string literals should be calculated via ``strlen()``
H A DNEWS43 . Fix DOMElement->prefix with empty string creates bogus prefix. (nielsdos)
88 - ValueError for an empty string
91 ResourceBundle|array|string|int|null
256 . Changed return type of long2ip to string from string|false. (Jorg Sowa)
H A DUPGRADING51 - ValueError for an empty string
129 . Get methods called, or casting to a string on a SimpleXMLElement will no
131 For example, casting an element to a string within a foreach loop would
153 signature of callable|string|null for the $handler parameters.
154 Moreover, values of type string that correspond to method names,
159 Passing an empty string to disable the handler is still allowed,
280 empty string.
306 . Calling DatePeriod::__construct(string $isostr, int $options = 0) is
372 ResourceBundle|array|string|int|null
451 . long2ip() now returns string instead of string|false.
[all …]
H A DUPGRADING.INTERNALS38 out zend_string*. This won't cut off the string if it embeds a NUL byte.
/php-src/.github/
H A Dnightly_matrix.php10 function get_branch_commit_cache_file_path(): string {
/php-src/Zend/tests/
H A D008.phpt28 TypeError: define(): Argument #1 ($constant_name) must be of type string, array given
H A D009.phpt60 string(3) "foo"
62 get_class(): Argument #1 ($object) must be of type object, string given
63 string(3) "foo"
64 string(4) "foo2"
H A D010.phpt87 string(3) "foo"
88 string(3) "foo"
90 string(3) "foo"
93 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, string
94 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, string
95 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, string
H A D011.phpt89 property_exists(): Argument #1 ($object_or_class) must be of type object|string, array given
90 property_exists(): Argument #1 ($object_or_class) must be of type object|string, int given
91 property_exists(): Argument #1 ($object_or_class) must be of type object|string, float given
92 property_exists(): Argument #1 ($object_or_class) must be of type object|string, true given
93 property_exists(): Argument #1 ($object_or_class) must be of type object|string, null given
H A D014.phpt22 string(%d) "%s"
26 string(%d) "%s"
28 string(%d) "%s"
32 string(%d) "%s"
34 string(%d) "%s"
38 string(%d) "%s"
40 string(%d) "%s"
H A D017.phpt41 string(6) "stream"
42 string(7) "Unknown"
43 string(5) "array"
45 string(5) "array"
47 string(5) "array"
48 string(5) "array"
50 string(5) "array"
52 string(5) "array"
55 string(5) "array"
57 string(5) "array"
H A D018.phpt23 string(4) "test"
H A D019.phpt26 "string",
1064 string(1) "1"
1068 string(0) ""
1083 string(1) "1"
1087 string(0) ""
1096 string(0) ""
1113 string(0) ""
1120 string(0) ""
1135 string(0) ""
1140 string(0) ""
[all …]
H A D021.phpt30 string(3) "bar"
H A D023.phpt44 string(4) "bar!"
45 string(3) "FOO"
H A DErrorException_construct.phpt43 string(0) ""
44 string(%d) "%sErrorException_construct.php"
46 string(6) "Second"
49 string(5) "Third"
52 string(5) "Forth"
55 string(5) "Fifth"
56 string(7) "abc.php"
58 string(5) "Sixth"
59 string(7) "abc.php"
61 string(7) "Seventh"
[all …]
H A DErrorException_getSeverity.phpt12 const EXCEPTION_PARAM_MSG = "string message param";
H A Dadd_001.phpt51 string(3) "aaa"
59 string(3) "aaa"
67 string(3) "aaa"
H A Dadd_006.phpt9 $s1 = "this is a string";
48 Unsupported operand types: int + string
54 Unsupported operand types: string + int
H A Dadd_007.phpt8 $s1 = "some string";
22 Exception: Unsupported operand types: array + string
24 Fatal error: Uncaught TypeError: Unsupported operand types: array + string in %s:%d
H A Dalternative_offset_syntax_compile_error_in_const_expr.phpt9 Fatal error: Array and string offset access syntax with curly braces is no longer supported in %s o…
H A Dalternative_offset_syntax_compile_error_outside_const_expr.phpt9 Fatal error: Array and string offset access syntax with curly braces is no longer supported in %s o…
H A Dalternative_offset_syntax_in_encaps_string.phpt2 Alternative offset syntax should emit only E_COMPILE_ERROR in string interpolation
6 Fatal error: Array and string offset access syntax with curly braces is no longer supported in %s o…
H A Dand_001.phpt34 string(3) "020"
35 string(4) "pead"
36 string(4) "pead"
37 string(4) "pead"
38 string(4) "pead"

Completed in 39 milliseconds

12345678910>>...287