Home
last modified time | relevance | path

Searched refs:main (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/opcache/tests/
H A Drevalidate_path_01.phpt18 $main = "$dir/main.php";
21 @file_put_contents($main, '<?php include(\'' . $link .'/index.php\');');
34 echo file_get_contents('http://' . PHP_CLI_SERVER_ADDRESS . '/main.php');
35 echo file_get_contents('http://' . PHP_CLI_SERVER_ADDRESS . '/main.php');
38 echo file_get_contents('http://' . PHP_CLI_SERVER_ADDRESS . '/main.php');
39 echo file_get_contents('http://' . PHP_CLI_SERVER_ADDRESS . '/main.php');
49 $main = "$dir/main.php";
50 @unlink($main);
/PHP-5.5/Zend/tests/
H A Dbug46308.phpt5 class main
19 main::$dataAccessor = new dataAccessor;
27 main::$dummy = new dummy();
28 main::$dataAccessor = new relay();
29 main::$dataAccessor->bar;
H A Dexception_007.phpt23 #0 {main}
27 #0 {main}
31 #0 {main}
35 #0 {main}
H A Dbug35393.phpt9 static protected $type = array(0=>'main');
23 [0] => main
29 [0] => main
H A Dbug41026.phpt8 static public function main ()
19 try_class::main ();
H A Dbug63762.phpt34 string(9) "#0 {main}"
38 #1 {main}"
52 #1 {main}"
H A Dbug52361.phpt30 #2 {main}
34 #1 {main}
H A Dexception_008.phpt30 #1 {main}
35 #1 {main}
H A Dbug53511.phpt26 #1 {main}
32 #2 {main}
H A Dbug60909_1.phpt18 #2 {main}
21 Fatal error: main(): Failed opening required 'notfound.php' (include_path='%s') in %sbug60909_1.php…
H A Dgc_030.phpt27 #2 {main}
32 #1 {main}
/PHP-5.5/ext/xsl/tests/
H A Dbug49634.phpt59 #2 {main}
64 #2 {main}
69 #2 {main}
74 #2 {main}
79 #2 {main}
84 #2 {main}
89 #2 {main}
94 #2 {main}
99 #2 {main}
104 #2 {main}
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_constructor_error1.phpt71 #1 {main}
76 #1 {main}
81 #1 {main}
86 #1 {main}
91 #1 {main}
96 #1 {main}
101 #1 {main}
/PHP-5.5/ext/standard/tests/strings/
H A Dhttp_build_query_variation3.phpt17 "name" => "main page",
26 name=main+page&sort=desc%2Cadmin&equation=10+%2B+10+-+5
27 name=main%20page&sort=desc%2Cadmin&equation=10%20%2B%2010%20-%205
/PHP-5.5/sapi/apache/
H A Dlibphp5.module.in6 …/main -I@php_abs_top_builddir@/Zend -I@php_abs_top_builddir@/TSRM -I@php_abs_top_srcdir@ -I@php_ab…
/PHP-5.5/sapi/apache_hooks/
H A Dlibphp5.module.in6 …/main -I@php_abs_top_builddir@/Zend -I@php_abs_top_builddir@/TSRM -I@php_abs_top_srcdir@ -I@php_ab…
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt93 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
96 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
98 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
101 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
104 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
107 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
110 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
112 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
115 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
117 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
[all …]
H A Dincomplete_class.phpt20 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
22 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
25 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
H A Dbug69152.phpt15 #0 {main}
17 Fatal error: main(): The script tried to execute a method or access a property of an incomplete obj…
/PHP-5.5/ext/simplexml/tests/
H A Dbug37076_1.phpt13 Warning: main(): Cannot write or create unnamed element in %s on line %d
15 Warning: main(): Cannot write or create unnamed element in %s on line %d
H A D012.phpt34 Warning: main(): Cannot write or create unnamed attribute in %s012.php on line %d
40 Fatal error: main(): Cannot create unnamed attribute in %s012.php on line %d
/PHP-5.5/ext/mysqli/tests/
H A Dbug36420.phpt25 Warning: main(): Couldn't fetch mysqli_result in %s on line %d
27 Warning: main(): Couldn't fetch mysqli_result in %s on line %d
/PHP-5.5/Zend/tests/generators/
H A Dthrow_rethrow.phpt25 #0 {main}
32 #2 {main}
/PHP-5.5/
H A D.gitignore114 main/php_config.h
115 main/php_config.h.in
231 main/build-defs.h
232 main/internal_functions_cli.c
233 main/config.w32.h
234 main/stamp-h1
235 main/streams/build-defs.h
236 main/streams/stamp-h1
/PHP-5.5/ext/standard/tests/array/
H A Dcompact_variation2.phpt12 $a = 'main.a';
13 $b = 'main.b';

Completed in 47 milliseconds

12345678910>>...15