Home
last modified time | relevance | path

Searched refs:original (Results 26 – 50 of 129) sorted by relevance

123456

/PHP-7.2/ext/oci8/tests/
H A Dbind_rowid.phpt23 "insert into rid_tab (id, address) values (1, 'original text #1')",
24 "insert into rid_tab (id, address) values (2, 'original text #2')"
67 string(16) "original text #1"
71 string(16) "original text #2"
80 string(16) "original text #2"
/PHP-7.2/ext/standard/tests/file/
H A Dstream_rfc2397_003.phpt21 foreach($streams as $original => $stream)
23 if (is_string($original)) {
24 var_dump(file_get_contents(dirname(__FILE__) . '/' . $original) == file_get_contents($stream));
/PHP-7.2/tests/classes/
H A Dstatic_properties_004.phpt5 class C { public static $p = 'original'; }
24 string(8) "original"
25 string(8) "original"
26 string(8) "original"
/PHP-7.2/ext/pdo_mysql/tests/
H A Dbug_50323.phpt15 function changeDSN($original, $new_options) {
17 $dsn = substr($original,
18 strpos($original, ':') + 1,
19 strlen($original));
/PHP-7.2/ext/standard/tests/array/
H A Dbug44182.phpt5 $a = array('foo' => 'original.foo');
17 string(%d) "original.foo"
H A Dextract_variation10.phpt5 $a = array('foo' => 'original.foo');
13 string(12) "original.foo"
H A Darray_shuffle_basic.phpt38 $original = $bigarray;
40 $diffarray = array_diff_assoc($original, $bigarray);
45 echo "shuffled array seems to be similar to original\n";
46 var_dump($original);
H A Dbug70910.phpt5 $var = 'original value';
H A Dshuffle_error.phpt28 echo "\n-- original input array --\n";
46 -- original input array --
/PHP-7.2/ext/gd/tests/
H A Dimagegetclip_basic.phpt10 echo '=== original ===', PHP_EOL;
17 === original ===
H A Dimagecopyresampled_basic.phpt37 $percent = 0.5; // new image 50% of original
39 echo "Size of original: width=". $width . " height=" . $height . "\n";
68 Size of original: width=400 height=300
/PHP-7.2/ext/standard/tests/strings/
H A Dnl_langinfo_basic.phpt19 $original = setlocale(LC_ALL, 'C');
27 setlocale(LC_ALL, $original);
H A Dbug71190.phpt2 Bug #71190 (substr_replace converts integers in original $search array to strings)
H A Dbug71188.phpt2 Bug #71188 (str_replace converts integers in original $search array to strings)
/PHP-7.2/ext/curl/tests/
H A Dcurl_escape.phpt18 $original = curl_unescape($a, $escaped);
19 var_dump($escaped, $original);
/PHP-7.2/tests/lang/
H A DpassByReference_012.phpt14 $original = array ( array ( 'one' ));
15 $stack = $original;
/PHP-7.2/ext/reflection/tests/
H A DReflectionClass_getStaticPropertyValue_001.phpt9 static private $privateOverridden = "original private";
10 static protected $protectedOverridden = "original protected";
11 static public $publicOverridden = "original public";
H A DReflectionClass_setStaticPropertyValue_001.phpt9 static private $privateOverridden = "original private";
10 static protected $protectedOverridden = "original protected";
11 static public $publicOverridden = "original public";
/PHP-7.2/ext/spl/tests/
H A DarrayObject_exchangeArray_basic2.phpt7 $ao->exchangeArray(array('key'=>'original'));
38 string(8) "original"
43 string(8) "original"
/PHP-7.2/ext/session/tests/
H A D006.phpt33 echo "original values:\n";
50 original values:
H A D026.phpt33 echo "original values:\n";
51 original values:
/PHP-7.2/ext/iconv/tests/
H A Dbug68180.phpt9 $original = "=?UTF-8?Q?=E3=80=8E=E3=80=90=E5=A4=96=E8=B3=87=E7=B3=BB=E6=88=A6=E7=95=A5=E3=82=B3=E3=…
10 $decoded = iconv_mime_decode($original, ICONV_MIME_DECODE_STRICT, 'utf-8');
/PHP-7.2/ext/zlib/tests/
H A Dbug60761.phpt14 // try to duplicate the original bug by running this as a CGI
16 // so it follows more of the original code-path than just calling
/PHP-7.2/Zend/tests/
H A Dunset_cv11.phpt2 unset() CV 11 (unset() of copy destoies original value)
H A Dclass_alias_005.phpt2 Testing static call method using the original class name

Completed in 33 milliseconds

123456