/PHP-5.4/ext/standard/tests/class_object/ |
H A D | is_a.phpt | 92 is_a( STRING:base, base) = no 95 is_subclass_of( STRING:base, base) = no 96 is_subclass_of( STRING:base, base,false) = no 98 is_a( STRING:undefB, base,true) = no 99 is_a( STRING:undefB, base) = no 100 is_subclass_of( STRING:undefB, base,false) = no 101 is_subclass_of( STRING:undefB, base) = no 105 is_a( STRING:base, derived_a) = no 106 is_a( STRING:base, derived_a, true) = no 108 is_subclass_of( STRING:base, derived_a) = no [all …]
|
/PHP-5.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 %s 23 Warning: array_count_values(): Can only count STRING and INTEGER values! in %s on line %s 25 Warning: array_count_values(): Can only count STRING and INTEGER values! in %s on line %s
|
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-5.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_array.phpt | 124 ["STRING"]=> 146 ["STRING"]=> 168 ["STRING"]=> 291 ["STRING"]=> 313 ["STRING"]=> 335 ["STRING"]=>
|
H A D | fetch_all2.phpt | 95 ["STRING"]=> 117 ["STRING"]=> 130 ["STRING"]=> 143 ["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 [%u|b%"STRING"]=> 147 [%u|b%"STRING"]=>
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_version.c | 60 #define STRING(a) # a macro 61 #define XSTRING(s) STRING(s)
|
/PHP-5.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_error.phpt | 11 var_dump($db->exec('CREATE TABLE foobar (id INTEGER, name STRING, city 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 | sqlite3_prepare_wrongparams.phpt | 12 $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_prepare_faultystmt.phpt | 11 $db->exec('CREATE TABLE foo (id INTEGER, bar STRING)');
|
/PHP-5.4/ext/date/tests/ |
H A D | bug62896.phpt | 26 echo "FROM STRING:\n"; 40 FROM STRING:
|
/PHP-5.4/ext/standard/tests/file/ |
H A D | bug27619.phpt | 18 this IS A LOWERCASE STRING.
|
/PHP-5.4/ext/ctype/tests/ |
H A D | ctype_upper_variation1.phpt | 72 /*19*/ "STRING", 73 'STRING',
|
/PHP-5.4/ext/snmp/tests/ |
H A D | snmp_getvalue.phpt | 61 string(%d) "STRING: %s" 67 string(%d) "STRING: %s"
|
/PHP-5.4/ext/mbstring/tests/ |
H A D | mb_strtoupper_variation1.phpt | 160 string(6) "STRING" 163 string(6) "STRING"
|