Home
last modified time | relevance | path

Searched refs:func (Results 126 – 150 of 318) sorted by relevance

12345678910>>...13

/php-src/ext/gd/tests/
H A Dbug72730.phpt8 require __DIR__ . '/func.inc';
H A Dbug72494.phpt7 require __DIR__ . '/func.inc';
H A Dbug72604.phpt17 include_once __DIR__ . '/func.inc';
H A Dbug72697.phpt12 require __DIR__ . '/func.inc';
H A Dbug22544-mb.phpt18 include_once __DIR__ . '/func.inc';
H A Dbug22544.phpt18 include_once __DIR__ . '/func.inc';
H A Dbug73213.phpt13 require_once __DIR__ . DIRECTORY_SEPARATOR . 'func.inc';
H A Dimagecreate_error.phpt12 require __DIR__ . '/func.inc';
H A Dimagepolygon_aa.phpt13 require_once __DIR__ . DIRECTORY_SEPARATOR . 'func.inc';
H A Dimagecolordeallocate_error3.phpt10 require_once __DIR__ . '/func.inc';
H A Dimagecolordeallocate_error4.phpt11 require_once __DIR__ . '/func.inc';
H A Dimagetruecolortopalette_error3.phpt13 require __DIR__ . '/func.inc';
H A Dimagecreatefrombmp_basic.phpt17 include_once __DIR__ . '/func.inc';
H A Dbug72482_2.phpt13 require_once __DIR__ . DIRECTORY_SEPARATOR . 'func.inc';
/php-src/ext/standard/tests/class_object/
H A Dmethod_exists_basic_003.phpt9 var_dump(method_exists('UndefC', 'func'));
/php-src/Zend/tests/
H A Disset_expr_error.phpt2 Error message for isset(func())
H A Disset_func_error.phpt2 Error message for isset(func())
H A Dbug40815.phpt2 Bug #40815 (using strings like "class::func" and static methods in set_exception_handler() might re…
H A Dbug52193.phpt21 $func = function(){ return 'just a test'; };
23 array_splice($items, 0 , 4, $func);
/php-src/ext/opcache/tests/
H A Dphi_remove_002.phpt11 function func($blogname, $user = '' ) {
/php-src/ext/mysqlnd/
H A Dmysqlnd_ps.h25 ps_field_fetch_func func; member
/php-src/sapi/phpdbg/
H A Dphpdbg_list.h31 PHPDBG_LIST(func);
/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.h49 void zend_accel_blacklist_apply(zend_blacklist *blacklist, blacklist_apply_func_arg_t func, void *a…
/php-src/main/
H A Doutput.c482 handler->func.user = user; in php_output_handler_create_user()
507 handler->func.internal = output_handler; in php_output_handler_create_internal()
657 zend_hash_update_ptr(&php_output_handler_aliases, str, func); in php_output_handler_alias_register()
703 zval_ptr_dtor(&handler->func.user->zoh); in php_output_handler_dtor()
704 efree(handler->func.user); in php_output_handler_dtor()
950 handler->func.user->fci.param_count = 2; in php_output_handler_op()
951 handler->func.user->fci.params = ob_args; in php_output_handler_op()
952 handler->func.user->fci.retval = &retval; in php_output_handler_op()
955 …if (SUCCESS == zend_call_function(&handler->func.user->fci, &handler->func.user->fcc) && PHP_OUTPU… in php_output_handler_op()
981 if (SUCCESS == handler->func.internal(&handler->opaq, context)) { in php_output_handler_op()
[all …]
/php-src/Zend/
H A Dzend_verify_type_inference.h37 …fprintf(stderr, "Inference verification failed at %04d %s (" msg ")\n", (int)(opline - EX(func)->o…
196 && execute_data->prev_execute_data->func in zend_verify_inference_def()
197 && ZEND_USER_CODE(execute_data->prev_execute_data->func->type)) { in zend_verify_inference_def()

Completed in 41 milliseconds

12345678910>>...13