Home
last modified time | relevance | path

Searched refs:func (Results 201 – 214 of 214) sorted by relevance

123456789

/PHP-5.6/ext/mbstring/oniguruma/
H A Doniguruma.h763 int onig_foreach_name P_((OnigRegex reg, int (*func)(const OnigUChar*, const OnigUChar*,int,int*,On…
/PHP-5.6/ext/spl/
H A Dspl_iterators.c1378 zval ***func_params, func; in spl_dual_it_call_method() local
1388 ZVAL_STRING(&func, method, 0); in spl_dual_it_call_method()
1389 if (!zend_is_callable(&func, 0, &method TSRMLS_CC)) { in spl_dual_it_call_method()
1406 …if (call_user_function_ex(EG(function_table), NULL, &func, &retval_ptr, arg_count, func_params, 0,… in spl_dual_it_call_method()
/PHP-5.6/ext/curl/
H A Dinterface.c1697 zval *func = ch->handlers->passwd; in curl_passwd() local
1713 error = call_user_function(EG(function_table), NULL, func, retval, 2, argv TSRMLS_CC); in curl_passwd()
1723 …r_docref(NULL TSRMLS_CC, E_WARNING, "User handler '%s' did not return a string", Z_STRVAL_P(func)); in curl_passwd()
/PHP-5.6/ext/session/
H A Dsession.c1146 void (*func)(TSRMLS_D);
1285 lim->func(TSRMLS_C);
/PHP-5.6/ext/mbstring/
H A Dmbstring.c1612 zend_function *func, *orig; in PHP_RINIT_FUNCTION() local
1633 zend_hash_find(EG(function_table), p->ovld_func, strlen(p->ovld_func)+1 , (void **)&func); in PHP_RINIT_FUNCTION()
1641 …if (zend_hash_update(EG(function_table), p->orig_func, strlen(p->orig_func)+1, func, sizeof(zend_f… in PHP_RINIT_FUNCTION()
/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c227 …unction_context(void** func_ptr, struct sljit_function_context* context, sljit_sw addr, void* func) in sljit_set_function_context() argument
232 ptrs = (sljit_sw*)func; in sljit_set_function_context()
/PHP-5.6/ext/odbc/
H A Dphp_odbc.c913 if (func) { in odbc_sql_error()
914 …rror_docref(NULL TSRMLS_CC, E_WARNING, "SQL error: %s, SQL state %s in %s", errormsg, state, func); in odbc_sql_error()
/PHP-5.6/main/streams/
H A Dstreams.c2180 …context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr TS…
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt327 you must take care when processing any particular pattern to use func-
375 For every function in the 8-bit library there is a corresponding func-
649 16-bit library. All three libraries contain identical sets of func-
706 For every function in the 8-bit library there is a corresponding func-
1075 two. If the number of expected substrings is small, the wrapper func-
1376 described in the pcrejit documentation is compatible with these func-
1832 stacks can force a compilation error if the stack runs out. The func-
2742 information call is provided for internal use by the pcre_study() func-
3889 The first three arguments are the same for all three of these func-
4408 During matching, when PCRE reaches a callout point, the external func-
[all …]
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1525 mysqlnd_ps_fetch_functions[type].func(*current_field, &fields_metadata[i], 0, &p TSRMLS_CC); in php_mysqlnd_rowp_read_binary_protocol()
/PHP-5.6/Zend/
H A DZEND_CHANGES1008 ReflectionMethod::export('Foo', 'func');
/PHP-5.6/
H A Dphp.ini-development1810 ; http://php.net/mbstring.func-overload
H A Dphp.ini-production1810 ; http://php.net/mbstring.func-overload
H A DNEWS1396 . Fixed bug #69212 (Leaking VIA_HANDLER func when exception thrown in
9210 - Fixed bug #40815 (using strings like "class::func" and static methods in

Completed in 172 milliseconds

123456789