Home
last modified time | relevance | path

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

12345678910>>...88

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_driver.phpt56 printf("[008] getMessage() has returned an empty string.\n");
58 printf("[009] getCode() has returned an empty string.\n");
60 printf("[010] getFile() has returned an empty string.\n");
62 printf("[011] getLine() has returned an empty string.\n");
65 printf("[012] getTrace() has returned an empty array.\n");
67 printf("[013] getTraceAsString() has returned an empty string.\n");
69 printf("[014] __toString() has returned an empty string.\n");
113 Warning: mysqli_query(): (%d/%d): You have an error in your SQL syntax; check the manual that corre…
/PHP-5.5/Zend/tests/
H A Derrmsg_041.phpt2 errmsg: instanceof expects an object instance, constant given
11 Fatal error: instanceof expects an object instance, constant given in %s on line %d
H A Dbug41813.phpt2 Bug #41813 (segmentation fault when using string offset as an object)
12 Fatal error: Cannot use string offset as an array in %s on line %d
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrchr_variation10.phpt16 // get an unset variable
154 Warning: strrchr(): needle is not a string or an integer in %s on line %d
158 Warning: strrchr(): needle is not a string or an integer in %s on line %d
162 Warning: strrchr(): needle is not a string or an integer in %s on line %d
166 Warning: strrchr(): needle is not a string or an integer in %s on line %d
170 Warning: strrchr(): needle is not a string or an integer in %s on line %d
194 Warning: strrchr(): needle is not a string or an integer in %s on line %d
/PHP-5.5/ext/mbstring/tests/
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.';
H A Dmb_substr_count_error2.phpt16 * Test behaviour of mb_substr_count() function when passed an unknown encoding
25 echo "\n-- Testing mb_substr_count() function with an unknown encoding --\n";
33 -- Testing mb_substr_count() function with an unknown encoding --
/PHP-5.5/ext/standard/tests/array/
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 Drsort_variation4.phpt6 * Description: Sort an array in reverse order
12 * 1. passed an array of referenced variables
23 // an array containing integer references
H A Dsizeof_variation3.phpt6 * Description: Counts an elements in an array. If Standard PHP library is installed,
7 * it will return the properties of an object.
/PHP-5.5/ext/spl/internal/
H A Dsplqueue.inc17 * - enqueue() is an alias of push()
18 * - dequeue() is an alias of shift()
52 * @note dequeue is an alias of push()
60 /** Pushes an element at the end of the queue.
62 * @note enqueue is an alias of shift()
H A Dseekableiterator.inc18 * to seek on an iterator LimitIterator can use this to efficiently rewind
23 /** Seek to an absolute position
28 * The method should throw an exception if it is not possible to seek to
/PHP-5.5/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-5.5/Zend/tests/generators/errors/
H A Dresume_running_generator_error.phpt2 It is not possible to resume an already running generator
17 Fatal error: Cannot resume an already running generator in %s on line %d
/PHP-5.5/ext/standard/tests/file/
H A Dis_uploaded_file_basic.phpt23 // not an uploaded file
26 // not an uploaded file
29 // not an uploaded file
/PHP-5.5/ext/standard/tests/dir/
H A Dreaddir_variation2.phpt11 * Pass readdir() a directory handle pointing to an empty directory to test behaviour
20 echo "\n-- Pass an empty directory to readdir() --\n";
45 -- Pass an empty directory to readdir() --
/PHP-5.5/tests/lang/
H A DforeachLoop.003.phpt2 Foreach loop tests - error case: not an array.
5 echo "\nNot an array.\n";
35 Not an array.
/PHP-5.5/ext/iconv/tests/
H A Diconv_strrpos_error2.phpt2 Test iconv_strrpos() function : error conditions - pass an unknown encoding
16 * Pass iconv_strrpos() an encoding that doesn't exist
21 $haystack = 'This is an English string. 0123456789.';
/PHP-5.5/ext/intl/tests/
H A Dcalendar_equals_error.phpt31 error: 4096, Argument 1 passed to IntlCalendar::equals() must be an instance of IntlCalendar, insta…
35 error: 4096, Argument 1 passed to IntlCalendar::equals() must be an instance of IntlCalendar, integ…
39 error: 4096, Argument 2 passed to intlcal_equals() must be an instance of IntlCalendar, array given
43 error: 4096, Argument 1 passed to intlcal_equals() must be an instance of IntlCalendar, integer giv…
H A Ddateformat___construct_bad_tz_cal.phpt27 …efault calendar) or IntlDateFormatter::GREGORIAN. Alternatively, it can be an IntlCalendar object …
30 …__construct(): datefmt_create: Invalid calendar argument; should be an integer or an IntlCalendar …
H A Dcalendar_isEquivalentTo_error.phpt29 error: 4096, Argument 1 passed to IntlCalendar::isEquivalentTo() must be an instance of IntlCalenda…
36 error: 4096, Argument 1 passed to IntlCalendar::isEquivalentTo() must be an instance of IntlCalenda…
43 error: 4096, Argument 2 passed to intlcal_is_equivalent_to() must be an instance of IntlCalendar, i…
47 error: 4096, Argument 1 passed to intlcal_is_equivalent_to() must be an instance of IntlCalendar, i…
/PHP-5.5/tests/classes/
H A Dinterface_constant_inheritance_001.phpt2 Ensure an interface may not shadow an inherited constant.
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt33 * Failed filters do not throw an E_NOTICE any longer.
63 Returns an array with all filtered variables defined in 'definition'.
65 an integer (flags) or an array of options. This array can contain
98 type, if you ask for an array, you will get an array even if the source is
99 only one value. However, if you ask for a scalar and the source is an array,
115 int INT integer Returns the input variable as an integer
117 $filter_options - an array with the optional
143 validate_url URL string Validates an URL's format.
145 $filter_options - an bitmask that supports the
179 set rules for this specific filter. Instead of taking an *options* array, they
[all …]
/PHP-5.5/ext/simplexml/tests/
H A Dbug41175.phpt2 Bug #41175 (addAttribute() fails to add an attribute with an empty value)

Completed in 38 milliseconds

12345678910>>...88