Home
last modified time | relevance | path

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

123

/PHP-8.3/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.3/ext/reflection/tests/
H A Dbug79062.phpt9 private $s1 = <<<STRING
11 STRING;
13 private $s2 = <<<'STRING'
15 STRING;
/PHP-8.3/ext/oci8/tests/
H A Ddefine4.phpt30 var_dump(oci_define_by_name($stmt, "STRING", $string));
39 var_dump(oci_result($stmt, 'STRING'));
42 var_dump(oci_result($stmt, 'STRING'));
50 var_dump(oci_result($stmt, 'STRING'));
H A Ddefine5.phpt30 var_dump(oci_define_by_name($stmt, "STRING", $string));
33 var_dump(oci_result($stmt, 'STRING'));
38 var_dump(oci_define_by_name($stmt, "STRING", $string));
50 var_dump(oci_result($stmt, 'STRING'));
H A Dfetch_all2.phpt98 ["STRING"]=>
120 ["STRING"]=>
133 ["STRING"]=>
146 ["STRING"]=>
H A Dfetch_array.phpt127 ["STRING"]=>
149 ["STRING"]=>
171 ["STRING"]=>
294 ["STRING"]=>
316 ["STRING"]=>
338 ["STRING"]=>
H A Ddefine0.phpt33 oci_define_by_name($stmt, "STRING", $string, 20);
43 oci_define_by_name($s2, 'STRING', $string);
H A Ddefine1.phpt31 var_dump(oci_define_by_name($stmt, "STRING", $string, 20));
32 var_dump(oci_define_by_name($stmt, "STRING", $string, 20));
H A Dcommit_001.phpt99 ["STRING"]=>
150 ["STRING"]=>
/PHP-8.3/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.3/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.3/ext/mbstring/tests/
H A Dbug49536.phpt18 echo "== INVALID STRING - UTF-8 and SJIS ==\n";
26 == INVALID STRING - UTF-8 and SJIS ==
/PHP-8.3/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.3/ext/date/tests/
H A Dbug62896.phpt26 echo "FROM STRING:\n";
41 FROM STRING:
/PHP-8.3/ext/standard/tests/streams/
H A Dbug46147.phpt15 IS A LOWERCASE STRING.
/PHP-8.3/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.3/ext/standard/tests/file/
H A Dbug27619.phpt18 this IS A LOWERCASE STRING.

Completed in 22 milliseconds

123