Home
last modified time | relevance | path

Searched refs:callback (Results 351 – 361 of 361) sorted by relevance

1...<<1112131415

/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_func_info.c56 #define FC(name, callback) \ argument
57 {name, sizeof(name)-1, 0, callback}
/PHP-7.1/
H A Dphp.ini-development289 ; The unserialize callback function will be called (with the undefined class'
294 ; callback-function.
1615 ; http://php.net/assert.callback
1616 ;assert.callback = 0
H A Dphp.ini-production289 ; The unserialize callback function will be called (with the undefined class'
294 ; callback-function.
1615 ; http://php.net/assert.callback
1616 ;assert.callback = 0
H A DNEWS261 callback undefined). (Ville Hukkamäki)
285 . Fixed bug #76778 (array_reduce leaks memory if callback throws exception).
965 . Add TAF callback (PR #2459). (KoenigsKind)
1050 . Fixed bug #74337 (php-cgi.exe crash on facebook callback).
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.h409 int (*callback)(void*,int,char**,char**), /* Callback function */
H A Dsqlite3.c1448 int (*callback)(void*,int,char**,char**), /* Callback function */
/PHP-7.1/ext/mbstring/oniguruma/
H A DHISTORY165 2006/11/24: [bug] should call callback for to[j] <-> to[k] in
745 callback function argument name_end of onig_foreach_name()
1381 2003/10/30: [spec] add name_end and reg argument to callback function of
/PHP-7.1/ext/pcre/
H A Dphp_pcre.c2191 ZEND_ARG_INFO(0, callback)
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt275 pcre16_jit_callback callback, void *data);
606 pcre32_jit_callback callback, void *data);
1661 pcre_jit_callback callback, void *data);
8433 JIT execution, the callback function is not obeyed.
8516 pcre_jit_callback callback
8523 (1) If callback is NULL and data is NULL, an internal 32K block
8526 (2) If callback is NULL and data is not NULL, data must be
8529 (3) If callback is not NULL, it must point to a function that is
8567 Use a one-line callback function
8605 through the JIT callback function.
[all …]
/PHP-7.1/ext/spl/
H A Dspl_iterators.c2390 ZEND_ARG_INFO(0, callback)
2401 ZEND_ARG_INFO(0, callback)
/PHP-7.1/ext/mbstring/
H A Dmbstring.c465 ZEND_ARG_INFO(0, callback)

Completed in 530 milliseconds

1...<<1112131415