Searched refs:original (Results 26 – 50 of 129) sorted by relevance
123456
/PHP-7.2/ext/oci8/tests/ |
H A D | bind_rowid.phpt | 23 "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 D | stream_rfc2397_003.phpt | 21 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 D | static_properties_004.phpt | 5 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 D | bug_50323.phpt | 15 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 D | bug44182.phpt | 5 $a = array('foo' => 'original.foo'); 17 string(%d) "original.foo"
|
H A D | extract_variation10.phpt | 5 $a = array('foo' => 'original.foo'); 13 string(12) "original.foo"
|
H A D | array_shuffle_basic.phpt | 38 $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 D | bug70910.phpt | 5 $var = 'original value';
|
H A D | shuffle_error.phpt | 28 echo "\n-- original input array --\n"; 46 -- original input array --
|
/PHP-7.2/ext/gd/tests/ |
H A D | imagegetclip_basic.phpt | 10 echo '=== original ===', PHP_EOL; 17 === original ===
|
H A D | imagecopyresampled_basic.phpt | 37 $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 D | nl_langinfo_basic.phpt | 19 $original = setlocale(LC_ALL, 'C'); 27 setlocale(LC_ALL, $original);
|
H A D | bug71190.phpt | 2 Bug #71190 (substr_replace converts integers in original $search array to strings)
|
H A D | bug71188.phpt | 2 Bug #71188 (str_replace converts integers in original $search array to strings)
|
/PHP-7.2/ext/curl/tests/ |
H A D | curl_escape.phpt | 18 $original = curl_unescape($a, $escaped); 19 var_dump($escaped, $original);
|
/PHP-7.2/tests/lang/ |
H A D | passByReference_012.phpt | 14 $original = array ( array ( 'one' )); 15 $stack = $original;
|
/PHP-7.2/ext/reflection/tests/ |
H A D | ReflectionClass_getStaticPropertyValue_001.phpt | 9 static private $privateOverridden = "original private"; 10 static protected $protectedOverridden = "original protected"; 11 static public $publicOverridden = "original public";
|
H A D | ReflectionClass_setStaticPropertyValue_001.phpt | 9 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 D | arrayObject_exchangeArray_basic2.phpt | 7 $ao->exchangeArray(array('key'=>'original')); 38 string(8) "original" 43 string(8) "original"
|
/PHP-7.2/ext/session/tests/ |
H A D | 006.phpt | 33 echo "original values:\n"; 50 original values:
|
H A D | 026.phpt | 33 echo "original values:\n"; 51 original values:
|
/PHP-7.2/ext/iconv/tests/ |
H A D | bug68180.phpt | 9 $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 D | bug60761.phpt | 14 // 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 D | unset_cv11.phpt | 2 unset() CV 11 (unset() of copy destoies original value)
|
H A D | class_alias_005.phpt | 2 Testing static call method using the original class name
|
Completed in 29 milliseconds
123456