Home
last modified time | relevance | path

Searched refs:original (Results 51 – 75 of 129) sorted by relevance

123456

/PHP-7.2/Zend/tests/
H A Dclass_alias_009.phpt2 Testing interface declaration using the original and alias class name
H A Dbug40705.phpt2 Bug #40705 (Iterating within function moves original array pointer)
H A Dbug69996.phpt2 Bug #69996 (Changing the property of a cloned object affects the original)
H A Dbug73987_3.phpt2 Bug #73987 (Method compatibility check looks to original definition and not parent - return types a…
H A Dbug73987_1.phpt2 Bug #73987 (Method compatibility check looks to original definition and not parent - return types i…
H A Dbug73987_2.phpt2 Bug #73987 (Method compatibility check looks to original definition and not parent - nullabilty abs…
H A Dexception_020.phpt2 Test that the original class name is present in the error out when extending ErrorException
H A Dbug73987.phpt2 Bug #73987 (Method compatibility check looks to original definition and not parent - nullability in…
/PHP-7.2/ext/standard/tests/array/
H A Dbug44181.phpt5 $a = array('foo' => 'original.foo');
H A Dextract_variation11.phpt5 $a = array('foo' => 'original.foo');
/PHP-7.2/Zend/tests/traits/bugs/
H A Dalias-semantics.phpt2 … alias operation is to provide an additional identifier for the method body of the original method.
H A Dalias-semantics02.phpt3 method body of the original method.
/PHP-7.2/ext/dom/tests/
H A DDOMNode_removeChild_basic.phpt42 echo "original has $len nodes\n";
60 original has 5 nodes
/PHP-7.2/ext/zlib/tests/
H A Dgzfilegzreadfile.phpt8 $original = <<<EOD
31 gzwrite($fp, $original);
32 var_dump(strlen($original));
/PHP-7.2/ext/phar/tests/
H A Dphpinfo_001.phpt38 Phar based on pear/PHP_Archive, original concept by Davey Shafik.
60 Phar based on pear/PHP_Archive, original concept by Davey Shafik.
/PHP-7.2/ext/date/tests/
H A DDateTime_clone_basic1.phpt17 // ..and modify original
H A Dbug54851.phpt28 // - when the day is not the same as the day on the original date:
35 // - when the day *is* the same as the day on the original date:
/PHP-7.2/ext/mbstring/
H A DREADME.libmbfl5 The original version of libmbfl is developed and distributed
/PHP-7.2/ext/filter/tests/
H A D036.phpt20 … not reference anymore. looks like we can't change this, or it'd change the original zval instead..
/PHP-7.2/ext/standard/tests/strings/
H A Dnl_langinfo_variation1.phpt19 $original = setlocale(LC_ALL, 'C');
66 setlocale(LC_ALL, $original);
/PHP-7.2/ext/standard/tests/math/
H A Dmt_rand_value.phpt34 * Note that the output will be different from the original mt19937ar.c,
/PHP-7.2/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation2.phpt2 libxml_set_external_entity_loader() variation: restore original handler; returning NULL
/PHP-7.2/ext/curl/tests/
H A Dcurl_copy_handle_basic_006.phpt29 …curl_close($ch); // can not close original handle before curl_exec($copy) since it causes char * i…
/PHP-7.2/sapi/cli/tests/
H A Dcli_process_title_windows.phpt19 // back to the original once shell_exec is done.
49 // a final php.exe to run the actual test. But the console title is set for the original console.
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_charset.phpt20 …/* Done with the original connection, create a second link to test the character set being defined…

Completed in 24 milliseconds

123456