Home
last modified time | relevance | path

Searched refs:an (Results 101 – 125 of 1708) sorted by relevance

12345678910>>...69

/PHP-7.4/tests/lang/
H A Dthrow_variation_001.phpt2 Catching an exception thrown from an included file
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.
/PHP-7.4/ext/standard/tests/array/
H A Darray_push_basic.phpt20 echo "\n-- Push values onto an indexed array --\n";
26 echo "\n-- Push values onto an associative array --\n";
35 -- Push values onto an indexed array --
50 -- Push values onto an associative array --
H A Dprev_error2.phpt2 prev - ensure warning is received when passing an indirect temporary.
20 echo "\n-- Passing an indirect temporary variable --\n";
25 -- Passing an indirect temporary variable --
H A Dcount_variation3.phpt6 * Description: Count the number of elements in a variable (usually an array)
11 * Pass count() an infinitely recursive array as $var argument
18 // get an infinitely recursive array
H A Darray_values_variation4.phpt14 * 3. Passed an infinitely recursive multi-dimensional array
27 // get an infinitely recursive array
29 echo "\n-- Array values of an infinitely recursive array --\n";
64 -- Array values of an infinitely recursive array --
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_loadHTMLfile_error2.phpt2 Test DOMDocument::loadHTMLFile when an empty string is passed
4 Verifies that an error message is showed if an empty string is passed as argument
/PHP-7.4/ext/standard/tests/general_functions/
H A Dvar_export_basic8.phpt20 echo "\n\n-- Var export on an simple array --\n";
24 echo "\n\n-- Var export on an nested array --\n";
45 -- Var export on an simple array --
53 -- Var export on an nested array --
/PHP-7.4/Zend/tests/
H A Dbug43344_1.phpt22 Warning: Use of undefined constant bar - assumed 'bar' (this will throw an Error in a future versio…
25 Warning: Use of undefined constant bar - assumed 'bar' (this will throw an Error in a future versio…
28 Warning: Use of undefined constant bar - assumed 'bar' (this will throw an Error in a future versio…
31 Warning: Use of undefined constant bar - assumed 'bar' (this will throw an Error in a future versio…
H A Dbug41961.phpt14 echo "Called private " . __METHOD__ . "() on an instance of: " . get_class($this) . "\n";
24 echo "Called public " . __METHOD__ . "() on an instance of: " . get_class($this) . "\n";
29 Called public ChildClass::secret() on an instance of: ChildClass
H A Dinter_05.phpt2 Trying to inherit a class in an interface
10 Fatal error: a cannot implement Exception - it is not an interface in %s on line %d
H A Dbug41813.phpt2 Bug #41813 (segmentation fault when using string offset as an object)
12 Fatal error: Uncaught Error: Cannot use string offset as an object in %s:%d
/PHP-7.4/ext/standard/tests/strings/
H A Dstrrpos_variation15.phpt16 // get an unset variable
95 Deprecated: strrpos(): Non-string needles will be interpreted as strings in the future. Use an expl…
99 Deprecated: strrpos(): Non-string needles will be interpreted as strings in the future. Use an expl…
103 Deprecated: strrpos(): Non-string needles will be interpreted as strings in the future. Use an expl…
109 Deprecated: strrpos(): Non-string needles will be interpreted as strings in the future. Use an expl…
115 Deprecated: strrpos(): Non-string needles will be interpreted as strings in the future. Use an expl…
121 Deprecated: strrpos(): Non-string needles will be interpreted as strings in the future. Use an expl…
131 Deprecated: strrpos(): Non-string needles will be interpreted as strings in the future. Use an expl…
135 Deprecated: strrpos(): Non-string needles will be interpreted as strings in the future. Use an expl…
159 Deprecated: strrpos(): Non-string needles will be interpreted as strings in the future. Use an expl…
[all …]
H A Dstrpos_number.phpt5 // Integer is handles as an octal representation, so nothing to match
13 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an expli…
16 Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an expli…
H A Dstripos.phpt49 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
52 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
55 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
58 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
61 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
64 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
/PHP-7.4/sapi/cli/tests/
H A Dbug61546.phpt5 // reference doc for getmyinode() on php.net states that it returns an integer or FALSE on error
7 // however, the implementation of getmyinode() (in pageinfo.c) returns an explicit FALSE in the
9 // of page_inode. therefore, an explicit 0 should be a passing value for this test.
11 // the ext/standard/tests/file/statpage.phpt test also tests getmyinode() returns an integer and wi…
/PHP-7.4/ext/mbstring/tests/
H A Dmb_strrpos_variation5.phpt47 Deprecated: mb_strrpos(): Passing the encoding as third parameter is deprecated. Use an explicit ze…
51 Deprecated: mb_strrpos(): Passing the encoding as third parameter is deprecated. Use an explicit ze…
57 Deprecated: mb_strrpos(): Passing the encoding as third parameter is deprecated. Use an explicit ze…
61 Deprecated: mb_strrpos(): Passing the encoding as third parameter is deprecated. Use an explicit ze…
67 Deprecated: mb_strrpos(): Passing the encoding as third parameter is deprecated. Use an explicit ze…
71 Deprecated: mb_strrpos(): Passing the encoding as third parameter is deprecated. Use an explicit ze…
H A Dmb_strrpos_error2.phpt2 Test mb_strrpos() function : error conditions - pass an unknown encoding
16 * Pass mb_strrpos() an encoding that doesn't exist
21 $haystack = 'This is an English string. 0123456789.';
/PHP-7.4/ext/opcache/tests/
H A Dbug70111.phpt2 Bug #70111 (Segfault when a function uses both an explicit return type and an explicit cast)
/PHP-7.4/ext/spl/tests/
H A DSplDoublyLinkedList_add_null_offset.phpt2 Check that SplDoublyLinkedList::add throws an exception with an invalid offset argument
H A DSplFixedArray_construct_param_SplFixedArray.phpt2 Create an SplFixedArray using an SplFixedArray object.
H A DSplDoublyLinkedList_add_invalid_offset.phpt2 Check that SplDoublyLinkedList::add throws an exception with an invalid offset argument
/PHP-7.4/Zend/tests/generators/errors/
H A Dcount_error.phpt18 Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d
/PHP-7.4/tests/classes/
H A Dinterface_constant_inheritance_001.phpt2 Ensure an interface may not shadow an inherited constant.
/PHP-7.4/ext/simplexml/tests/
H A Dbug41175.phpt2 Bug #41175 (addAttribute() fails to add an attribute with an empty value)

Completed in 27 milliseconds

12345678910>>...69