Searched refs:dummy (Results 51 – 75 of 143) sorted by relevance
123456
/PHP-7.4/ext/mysqli/tests/ |
H A D | bug70949.phpt | 19 $mysql->query("INSERT INTO bug70949 VALUES ('dummy'),(NULL),('foo'),('bar')"); 59 string(5) "dummy"
|
/PHP-7.4/ext/date/tests/ |
H A D | bug78984.phpt | 10 // dummy case for proper fix
|
/PHP-7.4/ext/standard/tests/streams/ |
H A D | bug72075.phpt | 10 $dummy =& $r[0];
|
/PHP-7.4/ext/ffi/tests/ |
H A D | bug78543.phpt | 7 $ffi = FFI::cdef(' struct test { int dummy; }; ');
|
H A D | bug80186.phpt | 9 $ffi = FFI::cdef('typedef int dummy;');
|
/PHP-7.4/Zend/tests/try/ |
H A D | try_finally_006.phpt | 12 echo "dummy";
|
H A D | try_finally_007.phpt | 12 echo "dummy";
|
/PHP-7.4/Zend/tests/ |
H A D | bug70288.phpt | 15 test($a->dummy);
|
H A D | closure_041.phpt | 57 $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 D | pdo_oci_attr_prefetch_2.phpt | 22 $s = $dbh->prepare("select dummy from dual" ); 30 $s = $dbh->prepare("select dummy from dual" );
|
/PHP-7.4/ext/mbstring/tests/ |
H A D | bug45239.phpt | 14 mb_parse_str("a=%fc", $dummy);
|
/PHP-7.4/ext/spl/tests/ |
H A D | fixedarray_003.phpt | 6 public $prop1 = "dummy"; 7 public $prop2 = "dummy";
|
H A D | bug41691.phpt | 7 public function __construct($dummy, $flags) {
|
/PHP-7.4/ext/hash/tests/ |
H A D | hash_init_error.phpt | 11 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 D | ob_005.phpt | 13 dummy=42
|
H A D | ob_004.phpt | 13 dummy=42
|
H A D | ob_gzhandler_legacy_002.phpt | 13 dummy=42
|
H A D | ob_003.phpt | 13 dummy=42
|
/PHP-7.4/main/ |
H A D | alloca.c | 101 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 D | pcre_anchored.phpt | 5 if (@preg_match_all('/\p{N}/', '0123456789', $dummy) === false) {
|
/PHP-7.4/ext/oci8/tests/ |
H A D | b47243_1.phpt | 15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
|
H A D | b47243_2.phpt | 15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
|
H A D | b47243_3.phpt | 15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
|
/PHP-7.4/ext/standard/tests/general_functions/ |
H A D | phpcredits2.phpt | 4 dummy=x
|
H A D | phpinfo2.phpt | 4 dummy=x
|
Completed in 28 milliseconds
123456