Home
last modified time | relevance | path

Searched refs:an (Results 1 – 25 of 2195) sorted by last modified time

12345678910>>...88

/PHP-5.5/win32/
H A Dinstall.txt404 extensions while with PHP 5 it's ext. So, an example PHP 5
519 Installing as an Apache module
523 Example 2-3. PHP as an Apache 1.3.x module
667 Installing as an Apache module
888 PHP as an ISAPI module.
1143 as unreleased extensions from SVN. If you need to build such an
1202 extension. Typically an extension that does not require external
1223 mailing list, send an empty mail to
1293 ; any text on a line after an unquoted semicolon (;) is ignored
1314 Running PHP as an Apache module
[all …]
/PHP-5.5/tests/output/
H A Dob_implicit_flush_variation_001.phpt24 //get an unset variable
H A Dob_start_basic_002.phpt25 // Use each of the above functions as an output buffering callback:
H A Dob_start_error_001.phpt26 var_dump(ob_start("justPrint", "this should be an int"));
H A Dob_get_contents_basic_001.phpt43 echo "\ncheck that no contents found after an end\n";
70 check that no contents found after an end
H A Dbug60321.phpt2 Bug #60321 (ob_get_status(true) no longer returns an array when buffer is empty)
H A Dob_014.phpt8 // It is invoked with 2 params when used as an OB callback.
H A Dob_015.phpt8 // It is invoked with 2 params when used as an OB callback.
/PHP-5.5/tests/security/
H A Dopen_basedir.inc108 // This is used by functions that return an array on success
/PHP-5.5/tests/lang/
H A Dtype_hints_001.phpt26 Catchable fatal error: Argument 1 passed to type_hint_foo() must be an instance of Foo, instance of…
H A DforeachLoopObjects.002.phpt99 echo "\n\nIterate over various generations from within an inherited method:\n";
113 echo "\n\nIterate over various generations from within an overridden static method:\n";
246 Iterate over various generations from within an inherited method:
321 Iterate over various generations from within an overridden static method:
H A DforeachLoopObjects.003.phpt37 echo "\nAdding properties to an an object.\n";
51 echo "\nAdding properties to an an object, using &\$value.\n";
65 echo "\nRemoving properties from an object.\n";
75 echo "\nRemoving properties from an object, using &\$value.\n";
133 Adding properties to an an object.
183 Adding properties to an an object, using &$value.
233 Removing properties from an object.
242 Removing properties from an object, using &$value.
H A DforeachLoopObjects.004.phpt2 Foreach loop tests - Removing the current element from an iterated object.
14 echo "\nRemoving the current element from an iterated object.\n";
33 Removing the current element from an iterated object.
H A DforeachLoopObjects.005.phpt14 echo "\nRemoving properties before the current element from an iterated object.\n";
29 echo "\nRemoving properties before the current element from an iterated object.\n";
47 Removing properties before the current element from an iterated object.
63 Removing properties before the current element from an iterated object.
H A DforeachLoopObjects.006.phpt37 echo "\nSubstituting the iterated object for an array.\n";
54 echo "\nSubstituting the iterated array for an object.\n";
98 Substituting the iterated object for an array.
128 Substituting the iterated array for an object.
H A Dbug24658.phpt56 Catchable fatal error: Argument 1 passed to typehint() must be an instance of foo, integer given in…
H A Dbug29893.phpt10 Warning: Cannot use a scalar value as an array in %sbug29893.php on line %d
H A Dcatchable_error_001.phpt22 Catchable fatal error: Argument 1 passed to blah() must be an instance of Foo, instance of stdClass…
H A Dcatchable_error_002.phpt28 …string(%d) "Argument 1 passed to blah() must be an instance of Foo, instance of stdClass given, ca…
H A Dengine_assignExecutionOrder_002.phpt12 // Warning: Cannot use a scalar value as an array in %s on line %d
94 Warning: Cannot use a scalar value as an array in %s on line %d
H A Derror_2_exception_001.phpt34 echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
38 trigger_error("I will become an exception", E_USER_ERROR);
40 echo "There was an exception: " . $exception->getErrno() . ", '" . $exception->getErrmsg() . "'\n";
45 There was an exception: 256, 'I will become an exception'
H A DforeachLoop.002.phpt29 echo "\nPushing elements onto an unreferenced array.\n";
43 echo "\nPushing elements onto an unreferenced array, using &\$value.\n";
57 echo "\nPopping elements off an unreferenced array.\n";
65 echo "\nPopping elements off an unreferenced array, using &\$value.\n";
109 Pushing elements onto an unreferenced array.
125 Pushing elements onto an unreferenced array, using &$value.
160 Popping elements off an unreferenced array.
167 Popping elements off an unreferenced array, using &$value.
H A DforeachLoop.003.phpt2 Foreach loop tests - error case: not an array.
5 echo "\nNot an array.\n";
35 Not an array.
H A DforeachLoop.004.phpt2 Foreach loop tests - using an array element as the $value
H A DforeachLoop.011.phpt2 Changing from an interable type to a non iterable type during the iteration

Completed in 34 milliseconds

12345678910>>...88