Home
last modified time | relevance | path

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

123

/PHP-8.1/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-8.1/ext/reflection/tests/
H A Dbug79062.phpt9 private $s1 = <<<STRING
11 STRING;
13 private $s2 = <<<'STRING'
15 STRING;
/PHP-8.1/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'));
46 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.phpt97 ["STRING"]=>
119 ["STRING"]=>
132 ["STRING"]=>
145 ["STRING"]=>
H A Dfetch_array.phpt126 ["STRING"]=>
148 ["STRING"]=>
170 ["STRING"]=>
293 ["STRING"]=>
315 ["STRING"]=>
337 ["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 Ddefine0.phpt29 oci_define_by_name($stmt, "STRING", $string, 20);
39 oci_define_by_name($s2, 'STRING', $string);
H A Dcommit_001.phpt98 ["STRING"]=>
149 ["STRING"]=>
H A Ddefine.phpt27 oci_define_by_name($stmt, "STRING", $string, 20);
/PHP-8.1/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-8.1/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.phpt10 $db->exec('CREATE TABLE test (age INTEGER, id STRING)');
H A Dsqlite3_33_reset.phpt13 $db->exec('CREATE TABLE foo (id INTEGER, bar STRING)');
H A Dsqlite3_prepare_faultystmt.phpt11 $db->exec('CREATE TABLE foo (id INTEGER, bar STRING)');
H A Dbug66550.phpt10 $db->exec('CREATE TABLE foo (id INTEGER, bar STRING)');
H A Dsqlite3_16_select_no_results.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
/PHP-8.1/ext/opcache/tests/opt/
H A Disset_var_001.phpt2 ISSET_ISEMPTY_VAR 001: CONST operand of ISSET_ISEMPTY_VAR must be converted to STRING
/PHP-8.1/ext/date/tests/
H A Dbug62896.phpt26 echo "FROM STRING:\n";
41 FROM STRING:
/PHP-8.1/ext/standard/tests/streams/
H A Dbug46147.phpt15 IS A LOWERCASE STRING.
/PHP-8.1/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-8.1/ext/standard/tests/file/
H A Dbug27619.phpt18 this IS A LOWERCASE STRING.

Completed in 36 milliseconds

123