Home
last modified time | relevance | path

Searched refs:call (Results 201 – 225 of 281) sorted by relevance

12345678910>>...12

/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorinfo.phpt41 PDO->errorCode() will not reflect that error. You must call
H A Dpdo_mysql_attr_errmode.phpt42 // no message for any PDO call but...
/PHP-5.4/ext/spl/internal/
H A Diteratoriterator.inc38 * since IteratorIterator::__construct() would call SomeClass::getIterator().
H A Dcachingiterator.inc45 * - CALL_TOSTRING (whether to call __toString() for every element)
H A Dregexiterator.inc66 * @warning never call this twice for the same state
/PHP-5.4/ext/standard/tests/array/
H A Darray_rand_variation4.phpt12 * the 'input' parameter in the function call
H A Dkrsort_variation5.phpt53 // loop through $flags array and call krsort() with all possible sort flag values
H A Dksort_variation5.phpt53 // loop through $flags array and call ksort() with all possible sort flag values
H A Darray_intersect_1.phpt57 /* array_uintersect_uassoc() - by method call */
/PHP-5.4/ext/com_dotnet/
H A DREADME20 Where the foo[43] access triggers an exception will continue to call the bar()
/PHP-5.4/ext/mbstring/oniguruma/
H A DHISTORY87 2006/10/10: [bug] should call onig_st_free_table() in
164 2006/08/10: [impl] remove double call in set_qualifier().
360 should not call enc_len() for s == range
404 a non-recursive call alternative.
496 2005/02/01: [bug] add key_free() call to st_free_table().
1261 STACK_PUSH_MEM_END() call.
1380 2003/05/26: [bug] OP_REPEAT in recursive subexp call.
1442 2003/03/12: [spec] change named backref and subexp call format.
1505 2003/02/28: [new] subexp call. (?*name) (thanks akr)
1507 2003/02/28: [impl] check recursive subexp call.
[all …]
/PHP-5.4/ext/standard/tests/file/
H A Duserstreams.phpt21 call me what you will
37 call me what you will
H A Dfgetcsv_variation21.phpt52 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation14.phpt50 // call fgetcsv() to parse csv fields
H A Dfgetcsv_variation20.phpt52 // call fgetcsv() to parse csv fields
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_last_insert_id.phpt11 CAUTION: the insert_id() API call is not supposed to return
12 the same value as a call to the LAST_INSERT_ID() SQL function.
H A Dmysqli_stmt_reset.phpt16 // fetch tests, because the fetch tests would have to call prepare/execute etc.
/PHP-5.4/ext/standard/tests/strings/
H A Dsetlocale_basic3.phpt75 // call setlocale()
H A Dsetlocale_variation1.phpt74 // call setlocale()
/PHP-5.4/tests/output/
H A Dob_implicit_flush_variation_001.phpt6 …scription: Turn implicit flush on/off and is equivalent to calling flush() after every output call
/PHP-5.4/
H A DREADME.NEW-OUTPUT-API7 and there's an API call for every output handler op.
H A DREADME.STREAMS124 The buffer is allocated using pemalloc(); you need to call pefree() to
144 NOTE: If you only need to seek forward, there is no need to call this
154 NOTE: Never call this function with an origstream that is referenced
H A DREADME.UNIX-BUILD-SYSTEM80 Make sure to call this after PHP_NEW_EXTENSION, because $ext_builddir
/PHP-5.4/Zend/
H A DREADME.ZEND_VM5 fields and using different execution methods (call threading, switch threading
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt2445 40 recursive call could loop indefinitely
3074 Here is an example of a simple call to pcre_exec():
5146 reference; the latter is a subroutine call.
6956 recursive call of the entire regular expression.
7041 The (?R) item is the actual recursive call.
7195 call.
7623 ues after the subroutine call.
7978 (?n) call subpattern by absolute number
7979 (?+n) call subpattern by relative number
7981 (?&name) call subpattern by name (Perl)
[all …]

Completed in 83 milliseconds

12345678910>>...12