Home
last modified time | relevance | path

Searched refs:an (Results 151 – 175 of 1708) sorted by relevance

12345678910>>...69

/PHP-7.4/ext/standard/tests/file/
H A Dcopy_variation14.phpt10 /* Test copy(): Trying to create a copy of non-existing source in an existing destination
11 and an existing source in non-existing destiantion */
24 echo "\n*** Test copy() function: Trying to create copy of an existing source in non-existing desti…
41 *** Test copy() function: Trying to create copy of an existing source in non-existing destination *…
H A Dlstat_stat_variation20.phpt30 echo "*** Testing lstat() with linkname stored inside an object/array ***\n";
38 // link name stored in an object
41 // link name stored in side an array
48 echo "\n-- Testing lstat() on link name stored inside an object --\n";
51 echo "\n-- Testing stat() on link name stored inside an array --\n";
65 *** Testing lstat() with linkname stored inside an object/array ***
67 -- Testing lstat() on link name stored inside an object --
123 -- Testing stat() on link name stored inside an array --
H A Dcopy_variation12-win32.phpt15 /* Test copy(): Trying to create a copy of an existing dir */
19 echo "*** Test copy() function: Trying to create a copy of an existing dir ***\n";
39 *** Test copy() function: Trying to create a copy of an existing dir ***
H A Dtempnam_variation5.phpt14 /* Passing an existing file as $prefix for tempnam() fn */
18 echo "*** Test tempnam() function: by passing an existing filename as prefix ***\n";
44 *** Test tempnam() function: by passing an existing filename as prefix ***
H A Dcopy_variation12.phpt15 /* Test copy(): Trying to create a copy of an existing dir */
19 echo "*** Test copy() function: Trying to create a copy of an existing dir ***\n";
39 *** Test copy() function: Trying to create a copy of an existing dir ***
/PHP-7.4/ext/pdo/tests/
H A Dbug_44159.phpt28 …ay(classname, array(ctor_args)); the classname must be a string specifying an existing class in %s…
31 …ay(classname, array(ctor_args)); the classname must be a string specifying an existing class in %s…
34 …ay(classname, array(ctor_args)); the classname must be a string specifying an existing class in %s…
37 Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: attribute value must be an integer in…
/PHP-7.4/tests/lang/
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";
46 Removing properties before the current element from an iterated object.
62 Removing properties before the current element from an iterated object.
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.
/PHP-7.4/Zend/tests/
H A D029.phpt2 Testing assign to property of an object in an array
/PHP-7.4/ext/intl/tests/
H A Duconverter_oop_subst.phpt16 var_dump($c->convert("This is an ascii string"));
20 string(23) "This is an ascii string"
H A Dcalendar_isEquivalentTo_error.phpt52 error: 0, Argument 1 passed to IntlCalendar::isEquivalentTo() must be an instance of IntlCalendar, …
57 error: 0, Argument 1 passed to IntlCalendar::isEquivalentTo() must be an instance of IntlCalendar, …
62 error: 0, Argument 2 passed to intlcal_is_equivalent_to() must be an instance of IntlCalendar, int …
64 error: 0, Argument 1 passed to intlcal_is_equivalent_to() must be an instance of IntlCalendar, int …
/PHP-7.4/ext/standard/tests/array/
H A Darray_values_variation.phpt16 /* creating an array with resources as elements */
32 echo "\n*** Testing array_values() on an array created on the fly ***\n";
65 *** Testing array_values() on an array created on the fly ***
H A Darray_values_variation_64bit.phpt16 /* creating an array with resources as elements */
32 echo "\n*** Testing array_values() on an array created on the fly ***\n";
64 *** Testing array_values() on an array created on the fly ***
H A Drsort_variation10.phpt6 * Description: Sort an array in reverse order
11 * Pass rsort() an array containing octal values to test behaviour
16 // an array containing unsorted octal values
H A Darray_walk_recursive_object1.phpt6 * Description: Apply a user function to every member of an array
10 /* Passing object in place of an 'input' argument to test object functionality
19 * Description : Function adds the addvalue to each element of an array
H A Darray_walk_variation4.phpt6 * Description: Apply a user function to every member of an array
11 * Testing array_walk() with an array having subarrays as elements
20 * Description : It prints the count of an array elements, passed as argument
/PHP-7.4/ext/curl/tests/
H A Dbug55767.phpt10 * Description: Set an option for a cURL transfer
19 echo '*** Testing curl sending through GET an POST ***' . "\n";
37 *** Testing curl sending through GET an POST ***
H A Dcurl_basic_003.phpt11 * Description: Set an option for a cURL transfer
20 echo '*** Testing curl sending through GET an POST ***' . "\n";
38 *** Testing curl sending through GET an POST ***
/PHP-7.4/ext/reflection/tests/
H A Dbug51905.phpt2 Bug #51905 (ReflectionParameter fails if default value is an array with an access to self::)
/PHP-7.4/ext/spl/tests/
H A Diterator_035.phpt17 Fatal error: Uncaught Error: Cannot assign by reference to an array dimension of an object in %s:%d
H A Diterator_030.phpt41 Accessing the key of an EmptyIterator
42 Accessing the value of an EmptyIterator
/PHP-7.4/ext/soap/tests/
H A Dfault_warning.phpt2 SoapFault class: Invalid Fault code warning given? Can't be an empty string, an array of not 2 elem…
7 $fault = new SoapFault("", "message"); // Can't be an empty string
/PHP-7.4/ext/date/tests/
H A DDateTimeZone_extends_basic1.phpt19 echo "\n-- Create an instance of DateTimeZoneExt --\n";
30 -- Create an instance of DateTimeZoneExt --
H A Dbug49778.phpt2 Bug #49778 (DateInterval::format("%a") is always zero when an interval is created from an ISO strin…
/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_variation1.phpt121 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
124 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
128 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
131 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
135 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
138 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
142 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…
145 Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an expl…

Completed in 33 milliseconds

12345678910>>...69