Home
last modified time | relevance | path

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

123

/php-src/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-src/ext/reflection/tests/
H A Dbug79062.phpt9 private $s1 = <<<STRING
11 STRING;
13 private $s2 = <<<'STRING'
15 STRING;
/php-src/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-src/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)'));
H A Dbug45798.phpt10 $db->exec('CREATE TABLE test (time INTEGER, id STRING)');
H A Dsqlite3_24_last_insert_rowid.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dsqlite3_blob_bind_resource.phpt11 var_dump($db->exec('CREATE TABLE test (id STRING, data BLOB)'));
H A Dsqlite3_13_skip_all_cleanup.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dsqlite3_14_querysingle.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dsqlite3_18_changes.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
/php-src/ext/mbstring/tests/
H A Dbug49536.phpt18 echo "== INVALID STRING - UTF-8 and SJIS ==\n";
26 == INVALID STRING - UTF-8 and SJIS ==
/php-src/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-src/ext/date/tests/
H A Dbug62896.phpt26 echo "FROM STRING:\n";
41 FROM STRING:
/php-src/ext/standard/tests/streams/
H A Dbug46147.phpt15 IS A LOWERCASE STRING.
/php-src/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-src/ext/standard/tests/file/
H A Dbug27619.phpt18 this IS A LOWERCASE STRING.
/php-src/ext/snmp/tests/
H A Dsnmp_getvalue.phpt65 string(%d) "STRING: %s"
71 string(%d) "STRING: %s"

Completed in 19 milliseconds

123