Home
last modified time | relevance | path

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

12345678910>>...274

/PHP-7.4/
H A D.gdbinit189 printf "string: %s", $zvalue->value.str->val
612 printf "string(%d) ", $zstr->len
618 print the length and contents of a zend string
H A DCODING_STANDARDS.md41 holds the length property of each string, and that it shouldn't be
306 …eader(int stream_id, int msg_no [, int from_length [, int subject_length [, string default_host]]])
H A DNEWS162 . Fixed bug #81400 (Unterminated string in dns_get_record() results). (cmb)
273 . Fixed bug #81048 (phpinfo(INFO_VARIABLES) "Array to string conversion").
285 . Fixed bug #80972 (Memory exhaustion on invalid string offset). (girgias)
666 . Fixed bug #80049 (Memleak when coercing integers to string via variadic
680 . Fixed bug #80002 (calc free space for new interned string is wrong).
752 . Fixed bug #79951 (Memory leak in str_replace of empty string). (Nikita)
776 . Fixed bug #79779 (Assertion failure when assigning property of string
796 . Fixed bug #79787 (mb_strimwidth does not trim string). (XXiang)
1318 and string offsets.
1811 subject string shorter). (Nikita)
[all …]
H A DUPGRADING40 interpreted as a literal `<?php` string (with short_open_tag=0).
165 * PASSWORD_BCRYPT was int 1; now is string '2y'
166 * PASSWORD_ARGON2I was int 2; now is string 'argon2i'
167 * PASSWORD_ARGON2ID was int 3; now is string 'argon2id'
183 no error occurred, an empty string should be returned instead.
199 public string $name;
430 pattern will be interpreted as a string instead.
444 Reflection object and convert it to string instead:
449 $str = (string) new ReflectionClass(Foo::class);
485 empty string as $escape argument, which disables the proprietary PHP
[all …]
H A DUPGRADING.INTERNALS23 t. Exceptions thrown by string conversions.
/PHP-7.4/Zend/tests/
H A D007.phpt9 $var = "string";
51 string(1) "a"
53 string(1) "a"
H A D008.phpt37 Warning: define() expects parameter 1 to be string, array given in %s on line %d
H A D009.phpt40 string(3) "foo"
43 string(3) "foo"
44 string(3) "foo"
45 string(3) "foo"
50 Warning: get_class() expects parameter 1 to be object, string given in %s on line %d
52 string(3) "foo"
53 string(4) "foo2"
H A D010.phpt47 string(3) "foo"
48 string(3) "foo"
50 string(3) "foo"
H A D012.phpt27 Warning: class_exists() expects parameter 1 to be string, array given in %s on line %d
H A D013.phpt27 Warning: interface_exists() expects parameter 1 to be string, array given in %s on line %d
H A D014.phpt26 string(%d) "%s"
30 string(%d) "%s"
32 string(%d) "%s"
39 string(%d) "%s"
41 string(%d) "%s"
48 string(%d) "%s"
50 string(%d) "%s"
H A D015.phpt23 Warning: trigger_error() expects parameter 1 to be string, array given in %s on line %d
H A D017.phpt50 Warning: get_resource_type() expects parameter 1 to be resource, string given in %s on line %d
52 string(6) "stream"
53 string(7) "Unknown"
54 string(5) "array"
56 string(5) "array"
64 string(5) "array"
65 string(5) "array"
67 string(5) "array"
72 string(5) "array"
78 string(5) "array"
[all …]
H A D018.phpt30 Warning: constant() expects parameter 1 to be string, array given in %s on line %d
33 string(4) "test"
H A D019.phpt36 "string",
1075 string(1) "1"
1079 string(0) ""
1094 string(1) "1"
1098 string(0) ""
1107 string(0) ""
1124 string(0) ""
1131 string(0) ""
1146 string(0) ""
1151 string(0) ""
[all …]
H A D021.phpt30 string(3) "bar"
H A D023.phpt44 string(4) "bar!"
45 string(3) "FOO"
H A D028.phpt23 Fatal error: Uncaught Error: Function name must be a string in %s:%d
H A D036.phpt12 Deprecated: Array and string offset access syntax with curly braces is deprecated in %s line %d
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";
H A Dadd_007.phpt8 $s1 = "some string";
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 57 milliseconds

12345678910>>...274