Home
last modified time | relevance | path

Searched refs:STRING (Results 1 – 25 of 71) sorted by relevance

123

/PHP-7.4/ext/standard/tests/class_object/
H A Dis_a.phpt87 is_a( STRING:base, base) = no
90 is_subclass_of( STRING:base, base) = no
91 is_subclass_of( STRING:base, base,false) = no
93 is_a( STRING:undefB, base,true) = no
94 is_a( STRING:undefB, base) = no
95 is_subclass_of( STRING:undefB, base,false) = no
96 is_subclass_of( STRING:undefB, base) = no
100 is_a( STRING:base, derived_a) = no
101 is_a( STRING:base, derived_a, true) = no
103 is_subclass_of( STRING:base, derived_a) = no
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darray_flip_variation4.phpt65 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
67 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
69 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
71 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
73 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
75 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
77 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
79 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
81 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
83 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
[all …]
H A Darray_count_values2.phpt21 Warning: array_count_values(): Can only count STRING and INTEGER values! in %s on line %d
23 Warning: array_count_values(): Can only count STRING and INTEGER values! in %s on line %d
25 Warning: array_count_values(): Can only count STRING and INTEGER values! in %s on line %d
H A Darray_flip.phpt19 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
21 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
23 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
/PHP-7.4/ext/reflection/tests/
H A Dbug79062.phpt9 private $s1 = <<<STRING
11 STRING;
13 private $s2 = <<<'STRING'
15 STRING;
/PHP-7.4/ext/oci8/tests/
H A Ddefine4.phpt26 var_dump(oci_define_by_name($stmt, "STRING", $string));
35 var_dump(oci_result($stmt, 'STRING'));
38 var_dump(oci_result($stmt, 'STRING'));
44 var_dump(oci_result($stmt, 'STRING'));
H A Ddefine5.phpt26 var_dump(oci_define_by_name($stmt, "STRING", $string));
29 var_dump(oci_result($stmt, 'STRING'));
34 var_dump(oci_define_by_name($stmt, "STRING", $string));
46 var_dump(oci_result($stmt, 'STRING'));
H A Dfetch_all2.phpt95 ["STRING"]=>
117 ["STRING"]=>
130 ["STRING"]=>
143 ["STRING"]=>
H A Dfetch_array.phpt124 ["STRING"]=>
146 ["STRING"]=>
168 ["STRING"]=>
291 ["STRING"]=>
313 ["STRING"]=>
335 ["STRING"]=>
H A Ddefine0.phpt29 oci_define_by_name($stmt, "STRING", $string, 20);
39 oci_define_by_name($s2, 'STRING', $string);
H A Ddefine1.phpt27 var_dump(oci_define_by_name($stmt, "STRING", $string, 20));
28 var_dump(oci_define_by_name($stmt, "STRING", $string, 20));
H A Dfetch_into1.phpt130 ["STRING"]=>
153 ["STRING"]=>
179 ["STRING"]=>
H A Dcommit_old.phpt86 ["STRING"]=>
137 ["STRING"]=>
H A Dcommit_001.phpt96 ["STRING"]=>
147 ["STRING"]=>
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_error.c48 #define STRING(a) # a macro
49 #define XSTRING(s) STRING(s)
H A Dpcre2_config.c57 #define STRING(a) # a macro
58 #define XSTRING(s) STRING(s)
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_02_create.phpt11 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
14 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dsqlite3stmt_paramCount_basic.phpt11 var_dump($db->exec('CREATE TABLE foobar (id INTEGER, name STRING, city STRING)'));
H A Dbug71049.phpt11 $db->exec('CREATE TABLE test (age INTEGER, id STRING)');
/PHP-7.4/ext/standard/tests/streams/
H A Dbug46147.phpt14 IS A LOWERCASE STRING.
/PHP-7.4/ext/date/tests/
H A Dbug62896.phpt26 echo "FROM STRING:\n";
40 FROM STRING:
/PHP-7.4/Zend/tests/
H A Ddebug_info-error-empty_str.phpt2 Testing __debugInfo() magic method with bad returns EMPTY STRING
H A Ddebug_info-error-str.phpt2 Testing __debugInfo() magic method with bad returns STRING
/PHP-7.4/ext/standard/tests/file/
H A Dbug27619.phpt18 this IS A LOWERCASE STRING.
/PHP-7.4/ext/snmp/tests/
H A Dsnmp_getvalue.phpt61 string(%d) "STRING: %s"
67 string(%d) "STRING: %s"

Completed in 28 milliseconds

123