Home
last modified time | relevance | path

Searched refs:func (Results 151 – 170 of 170) sorted by relevance

1234567

/PHP-5.5/ext/standard/tests/general_functions/
H A Dvar_dump_64bit.phpt183 public function func() {
184 echo "func() is called \n";
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.h1185 …nction_context(void** func_ptr, struct sljit_function_context* context, sljit_sw addr, void* func);
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.5/ext/standard/
H A Dstreamsfuncs.c970 context->notifier->func = user_space_stream_notifier; in parse_context_params()
1110 …if (context->notifier && context->notifier->ptr && context->notifier->func == user_space_stream_no… in PHP_FUNCTION()
/PHP-5.5/ext/sockets/
H A Dconversions.c216 void (*func)(zval **elem, unsigned i, void **args, ser_context *ctx), in from_array_iterate()
236 func(elem, i, args, ctx); in from_array_iterate()
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc719 * @param string $func Function to call on the iterations
722 public function phar_dir_operation(RecursiveIteratorIterator $dir, $func, array $args = array())
738 call_user_func($func, $pn, $f, $args);
/PHP-5.5/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.5/ext/spl/
H A Dspl_iterators.c1306 zval ***func_params, func; in spl_dual_it_call_method() local
1316 ZVAL_STRING(&func, method, 0); in spl_dual_it_call_method()
1317 if (!zend_is_callable(&func, 0, &method TSRMLS_CC)) { in spl_dual_it_call_method()
1334 …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.5/ext/curl/
H A Dinterface.c1702 zval *func = ch->handlers->passwd; in curl_passwd() local
1718 error = call_user_function(EG(function_table), NULL, func, retval, 2, argv TSRMLS_CC); in curl_passwd()
1728 …r_docref(NULL TSRMLS_CC, E_WARNING, "User handler '%s' did not return a string", Z_STRVAL_P(func)); in curl_passwd()
/PHP-5.5/ext/session/
H A Dsession.c1134 void (*func)(TSRMLS_D);
1273 lim->func(TSRMLS_C);
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1590 zend_function *func, *orig; in PHP_RINIT_FUNCTION() local
1611 zend_hash_find(EG(function_table), p->ovld_func, strlen(p->ovld_func)+1 , (void **)&func); in PHP_RINIT_FUNCTION()
1619 …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.5/Zend/
H A Dzend_API.c4006 zend_function *func; in zend_resolve_method_name() local
4019 while (zend_hash_get_current_data_ex(function_table, (void **)&func, &iterator) == SUCCESS) { in zend_resolve_method_name()
4020 if (func == f) { in zend_resolve_method_name()
H A DZEND_CHANGES1008 ReflectionMethod::export('Foo', 'func');
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c903 if (func) { in odbc_sql_error()
904 …rror_docref(NULL TSRMLS_CC, E_WARNING, "SQL error: %s, SQL state %s in %s", errormsg, state, func); in odbc_sql_error()
/PHP-5.5/main/streams/
H A Dstreams.c2185 …context->notifier->func(context, notifycode, severity, xmsg, xcode, bytes_sofar, bytes_max, ptr TS…
/PHP-5.5/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.5/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.5/
H A Dphp.ini-development1741 ; http://php.net/mbstring.func-overload
H A Dphp.ini-production1741 ; http://php.net/mbstring.func-overload
H A DNEWS458 . Fixed bug #69212 (Leaking VIA_HANDLER func when exception thrown in
7632 - Fixed bug #40815 (using strings like "class::func" and static methods in

Completed in 522 milliseconds

1234567