/PHP-7.4/ext/standard/tests/class_object/ |
H A D | is_a.phpt | 87 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 D | array_flip_variation4.phpt | 65 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 D | array_count_values2.phpt | 21 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 D | array_flip.phpt | 19 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 D | bug79062.phpt | 9 private $s1 = <<<STRING 11 STRING; 13 private $s2 = <<<'STRING' 15 STRING;
|
/PHP-7.4/ext/oci8/tests/ |
H A D | define4.phpt | 26 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 D | define5.phpt | 26 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 D | fetch_all2.phpt | 95 ["STRING"]=> 117 ["STRING"]=> 130 ["STRING"]=> 143 ["STRING"]=>
|
H A D | fetch_array.phpt | 124 ["STRING"]=> 146 ["STRING"]=> 168 ["STRING"]=> 291 ["STRING"]=> 313 ["STRING"]=> 335 ["STRING"]=>
|
H A D | define0.phpt | 29 oci_define_by_name($stmt, "STRING", $string, 20); 39 oci_define_by_name($s2, 'STRING', $string);
|
H A D | define1.phpt | 27 var_dump(oci_define_by_name($stmt, "STRING", $string, 20)); 28 var_dump(oci_define_by_name($stmt, "STRING", $string, 20));
|
H A D | fetch_into1.phpt | 130 ["STRING"]=> 153 ["STRING"]=> 179 ["STRING"]=>
|
H A D | commit_old.phpt | 86 ["STRING"]=> 137 ["STRING"]=>
|
H A D | commit_001.phpt | 96 ["STRING"]=> 147 ["STRING"]=>
|
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_error.c | 48 #define STRING(a) # a macro 49 #define XSTRING(s) STRING(s)
|
H A D | pcre2_config.c | 57 #define STRING(a) # a macro 58 #define XSTRING(s) STRING(s)
|
/PHP-7.4/ext/sqlite3/tests/ |
H A D | sqlite3_02_create.phpt | 11 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 D | sqlite3stmt_paramCount_basic.phpt | 11 var_dump($db->exec('CREATE TABLE foobar (id INTEGER, name STRING, city STRING)'));
|
H A D | bug71049.phpt | 11 $db->exec('CREATE TABLE test (age INTEGER, id STRING)');
|
/PHP-7.4/ext/standard/tests/streams/ |
H A D | bug46147.phpt | 14 IS A LOWERCASE STRING.
|
/PHP-7.4/ext/date/tests/ |
H A D | bug62896.phpt | 26 echo "FROM STRING:\n"; 40 FROM STRING:
|
/PHP-7.4/Zend/tests/ |
H A D | debug_info-error-empty_str.phpt | 2 Testing __debugInfo() magic method with bad returns EMPTY STRING
|
H A D | debug_info-error-str.phpt | 2 Testing __debugInfo() magic method with bad returns STRING
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | bug27619.phpt | 18 this IS A LOWERCASE STRING.
|
/PHP-7.4/ext/snmp/tests/ |
H A D | snmp_getvalue.phpt | 61 string(%d) "STRING: %s" 67 string(%d) "STRING: %s"
|