Home
last modified time | relevance | path

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

123456

/PHP-5.5/Zend/tests/
H A Dclass_alias_005.phpt2 Testing static call method using the original class name
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)
/PHP-5.5/ext/standard/tests/array/
H A Dbug44181.phpt5 $a = array('foo' => 'original.foo');
H A Dextract_variation11.phpt5 $a = array('foo' => 'original.foo');
/PHP-5.5/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-5.5/ext/dom/tests/
H A DDOMNode_removeChild_basic.phpt42 echo "original has $len nodes\n";
61 original has 5 nodes
/PHP-5.5/ext/zlib/tests/
H A Dgzfilegzreadfile.phpt8 $original = <<<EOD
31 gzwrite($fp, $original);
32 var_dump(strlen($original));
/PHP-5.5/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.
H A Dphpinfo_002.phpt36 Phar based on pear/PHP_Archive, original concept by Davey Shafik.
H A Dphpinfo_003.phpt36 Phar based on pear/PHP_Archive, original concept by Davey Shafik.
/PHP-5.5/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-5.5/ext/mbstring/
H A DREADME.libmbfl6 The original version of libmbfl is developed and distributed
/PHP-5.5/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-5.5/ext/standard/tests/strings/
H A Dnl_langinfo_variation1.phpt19 $original = setlocale(LC_ALL, 'C');
66 setlocale(LC_ALL, $original);
/PHP-5.5/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation2.phpt2 libxml_set_external_entity_loader() variation: restore original handler; returning NULL
/PHP-5.5/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-5.5/sapi/cli/tests/
H A Dcli_process_title_windows.phpt17 // back to the original once shell_exec is done.
59 // a final php.exe to run the actual test. But the console title is set for the original console.
/PHP-5.5/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…
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt63 …printf("[008] Cannot find original file content any more. Seems that the trace file got overwritte…
74 …printf("[011] Cannot find original file content any more. Seems that the trace file got overwritte…
/PHP-5.5/ext/ereg/regex/
H A DCOPYRIGHT17 misrepresented as being the original software. Since few users
/PHP-5.5/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc2 // stolen from PEAR2_Pyrus_Developer_Creator_Zip by Greg Beaver, the original author, for use in un…
/PHP-5.5/ext/ereg/tests/
H A Dereg_error_002.phpt17 $regs = 'original';
117 string(8) "original"

Completed in 37 milliseconds

123456