Home
last modified time | relevance | path

Searched refs:dummy (Results 51 – 75 of 143) sorted by relevance

123456

/PHP-7.4/ext/mysqli/tests/
H A Dbug70949.phpt19 $mysql->query("INSERT INTO bug70949 VALUES ('dummy'),(NULL),('foo'),('bar')");
59 string(5) "dummy"
/PHP-7.4/ext/date/tests/
H A Dbug78984.phpt10 // dummy case for proper fix
/PHP-7.4/ext/standard/tests/streams/
H A Dbug72075.phpt10 $dummy =& $r[0];
/PHP-7.4/ext/ffi/tests/
H A Dbug78543.phpt7 $ffi = FFI::cdef(' struct test { int dummy; }; ');
H A Dbug80186.phpt9 $ffi = FFI::cdef('typedef int dummy;');
/PHP-7.4/Zend/tests/try/
H A Dtry_finally_006.phpt12 echo "dummy";
H A Dtry_finally_007.phpt12 echo "dummy";
/PHP-7.4/Zend/tests/
H A Dbug70288.phpt15 test($a->dummy);
H A Dclosure_041.phpt57 $d = $nonstaticUnscoped->bindTo(new A); $d(); echo " (should be scoped to dummy class)\n";
62 $d = $nonstaticUnscoped->bindTo(new B); $d(); echo " (should be scoped to dummy class)\n";
91 bound: A (should be scoped to dummy class)
98 bound: B (should be scoped to dummy class)
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_2.phpt22 $s = $dbh->prepare("select dummy from dual" );
30 $s = $dbh->prepare("select dummy from dual" );
/PHP-7.4/ext/mbstring/tests/
H A Dbug45239.phpt14 mb_parse_str("a=%fc", $dummy);
/PHP-7.4/ext/spl/tests/
H A Dfixedarray_003.phpt6 public $prop1 = "dummy";
7 public $prop2 = "dummy";
H A Dbug41691.phpt7 public function __construct($dummy, $flags) {
/PHP-7.4/ext/hash/tests/
H A Dhash_init_error.phpt11 var_dump(hash_init('dummy'));
28 Warning: hash_init(): Unknown hashing algorithm: dummy in %s on line %d
/PHP-7.4/ext/zlib/tests/
H A Dob_005.phpt13 dummy=42
H A Dob_004.phpt13 dummy=42
H A Dob_gzhandler_legacy_002.phpt13 dummy=42
H A Dob_003.phpt13 dummy=42
/PHP-7.4/main/
H A Dalloca.c101 auto char dummy; /* To get stack address. */ in find_stack_direction() local
105 addr = ADDRESS_FUNCTION (dummy); in find_stack_direction()
112 if (ADDRESS_FUNCTION (dummy) > addr) in find_stack_direction()
/PHP-7.4/ext/pcre/tests/
H A Dpcre_anchored.phpt5 if (@preg_match_all('/\p{N}/', '0123456789', $dummy) === false) {
/PHP-7.4/ext/oci8/tests/
H A Db47243_1.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
H A Db47243_2.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
H A Db47243_3.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
/PHP-7.4/ext/standard/tests/general_functions/
H A Dphpcredits2.phpt4 dummy=x
H A Dphpinfo2.phpt4 dummy=x

Completed in 31 milliseconds

123456