Searched refs:original (Results 51 – 75 of 131) sorted by relevance
123456
/PHP-5.5/Zend/tests/ |
H A D | class_alias_005.phpt | 2 Testing static call method using the original class name
|
H A D | class_alias_009.phpt | 2 Testing interface declaration using the original and alias class name
|
H A D | bug40705.phpt | 2 Bug #40705 (Iterating within function moves original array pointer)
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | bug44181.phpt | 5 $a = array('foo' => 'original.foo');
|
H A D | extract_variation11.phpt | 5 $a = array('foo' => 'original.foo');
|
/PHP-5.5/Zend/tests/traits/bugs/ |
H A D | alias-semantics.phpt | 2 … alias operation is to provide an additional identifier for the method body of the original method.
|
H A D | alias-semantics02.phpt | 3 method body of the original method.
|
/PHP-5.5/ext/dom/tests/ |
H A D | DOMNode_removeChild_basic.phpt | 42 echo "original has $len nodes\n"; 61 original has 5 nodes
|
/PHP-5.5/ext/zlib/tests/ |
H A D | gzfilegzreadfile.phpt | 8 $original = <<<EOD 31 gzwrite($fp, $original); 32 var_dump(strlen($original));
|
/PHP-5.5/ext/phar/tests/ |
H A D | phpinfo_001.phpt | 38 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 D | phpinfo_002.phpt | 36 Phar based on pear/PHP_Archive, original concept by Davey Shafik.
|
H A D | phpinfo_003.phpt | 36 Phar based on pear/PHP_Archive, original concept by Davey Shafik.
|
/PHP-5.5/ext/date/tests/ |
H A D | DateTime_clone_basic1.phpt | 17 // ..and modify original
|
H A D | bug54851.phpt | 28 // - 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 D | README.libmbfl | 6 The original version of libmbfl is developed and distributed
|
/PHP-5.5/ext/filter/tests/ |
H A D | 036.phpt | 20 … 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 D | nl_langinfo_variation1.phpt | 19 $original = setlocale(LC_ALL, 'C'); 66 setlocale(LC_ALL, $original);
|
/PHP-5.5/ext/libxml/tests/ |
H A D | libxml_set_external_entity_loader_variation2.phpt | 2 libxml_set_external_entity_loader() variation: restore original handler; returning NULL
|
/PHP-5.5/ext/curl/tests/ |
H A D | curl_copy_handle_basic_006.phpt | 29 …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 D | cli_process_title_windows.phpt | 17 // 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 D | pdo_mysql_connect_charset.phpt | 20 …/* Done with the original connection, create a second link to test the character set being defined…
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_debug_append.phpt | 63 …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 D | COPYRIGHT | 17 misrepresented as being the original software. Since few users
|
/PHP-5.5/ext/phar/tests/zip/files/ |
H A D | zipmaker.php.inc | 2 // 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 D | ereg_error_002.phpt | 17 $regs = 'original'; 117 string(8) "original"
|
Completed in 37 milliseconds
123456