/PHP-8.0/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-8.0/ext/reflection/tests/ |
H A D | bug79062.phpt | 9 private $s1 = <<<STRING 11 STRING; 13 private $s2 = <<<'STRING' 15 STRING;
|
/PHP-8.0/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')); 46 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 | commit_001.phpt | 96 ["STRING"]=> 147 ["STRING"]=>
|
/PHP-8.0/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-8.0/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)');
|
H A D | sqlite3_33_reset.phpt | 13 $db->exec('CREATE TABLE foo (id INTEGER, bar STRING)');
|
H A D | sqlite3_prepare_faultystmt.phpt | 11 $db->exec('CREATE TABLE foo (id INTEGER, bar STRING)');
|
H A D | bug66550.phpt | 12 $db->exec('CREATE TABLE foo (id INTEGER, bar STRING)');
|
H A D | sqlite3_16_select_no_results.phpt | 12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
|
/PHP-8.0/ext/standard/tests/streams/ |
H A D | bug46147.phpt | 15 IS A LOWERCASE STRING.
|
/PHP-8.0/ext/date/tests/ |
H A D | bug62896.phpt | 26 echo "FROM STRING:\n"; 41 FROM STRING:
|
/PHP-8.0/Zend/tests/ |
H A D | debug_info-error-str.phpt | 2 Testing __debugInfo() magic method with bad returns STRING
|
H A D | debug_info-error-empty_str.phpt | 2 Testing __debugInfo() magic method with bad returns EMPTY STRING
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | bug27619.phpt | 18 this IS A LOWERCASE STRING.
|
/PHP-8.0/ext/ctype/tests/ |
H A D | ctype_upper_variation1.phpt | 67 /*19*/ "STRING", 68 'STRING',
|
/PHP-8.0/ext/snmp/tests/ |
H A D | snmp_getvalue.phpt | 61 string(%d) "STRING: %s" 67 string(%d) "STRING: %s"
|