Home
last modified time | relevance | path

Searched refs:func (Results 176 – 200 of 318) sorted by relevance

12345678910>>...13

/php-src/ext/gd/tests/
H A Dimageopenpolygon_basic.phpt13 require_once __DIR__ . DIRECTORY_SEPARATOR . 'func.inc';
H A Dimageconvolution_error2.phpt10 require __DIR__ . '/func.inc';
H A Dimagetruecolortopalette_error4.phpt13 require __DIR__ . '/func.inc';
H A Dbug77943.phpt13 require_once __DIR__ . '/func.inc';
H A Dimagearc_variation1.phpt24 include_once __DIR__ . '/func.inc';
H A Dimagearc_variation2.phpt24 include_once __DIR__ . '/func.inc';
H A Dbug38212-mb.phpt13 require __DIR__ . '/func.inc';
H A Dbug38212.phpt13 require __DIR__ . '/func.inc';
H A Dimageconvolution_basic.phpt29 include_once __DIR__ . '/func.inc';
H A Dimagecolorallocatealpha_basic.phpt27 include_once __DIR__ . '/func.inc';
H A Dbug73614.phpt14 require_once __DIR__ . '/func.inc';
H A Dimagefilltoborder_basic.phpt28 include_once __DIR__ . '/func.inc';
H A Dbug55005.phpt7 require_once __DIR__ . '/func.inc';
H A Dimagesetbrush_basic.phpt31 include_once __DIR__ . '/func.inc';
H A Dimagecolorset_basic.phpt28 include_once __DIR__ . '/func.inc';
H A Dimagegammacorrect_basic.phpt30 include_once __DIR__ . '/func.inc';
H A Dimagefilledarc_basic.phpt27 include_once __DIR__ . '/func.inc';
/php-src/sapi/phpdbg/
H A Dphpdbg.c306 while (ex && ex->func && !ZEND_USER_CODE(ex->func->type)) { in PHP_FUNCTION()
498 zend_function *func; in PHP_FUNCTION() local
538 ZEND_HASH_MAP_FOREACH_STR_KEY_PTR(EG(function_table), name, func) { in PHP_FUNCTION()
539 if (func->type == ZEND_USER_FUNCTION) { in PHP_FUNCTION()
540 if (zend_hash_exists(files, func->op_array.filename)) { in PHP_FUNCTION()
541 insert_ht = phpdbg_add_empty_array(Z_ARR_P(return_value), func->op_array.filename); in PHP_FUNCTION()
547 phpdbg_oplog_fill_executable(&func->op_array, insert_ht, by_opcode); in PHP_FUNCTION()
555 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, func) { in PHP_FUNCTION()
556 if (func->type == ZEND_USER_FUNCTION && zend_hash_exists(files, func->op_array.filename)) { in PHP_FUNCTION()
560 …EN(func->op_array.function_name) + 2, "%.*s::%.*s", (int) ZSTR_LEN(name), ZSTR_VAL(name), (int) ZS… in PHP_FUNCTION()
[all …]
/php-src/Zend/
H A Dzend_stack.h48 ZEND_API void zend_stack_clean(zend_stack *stack, void (*func)(void *), bool free_elements);
/php-src/ext/phar/
H A Dfunc_interceptors.c885 #define PHAR_INTERCEPT(func) \ argument
886 PHAR_G(orig_##func) = NULL; \
887 if (NULL != (orig = zend_hash_str_find_ptr(CG(function_table), #func, sizeof(#func)-1))) { \
888 PHAR_G(orig_##func) = orig->internal_function.handler; \
889 orig->internal_function.handler = phar_##func; \
923 #define PHAR_RELEASE(func) \ argument
924 …if (PHAR_G(orig_##func) && NULL != (orig = zend_hash_str_find_ptr(CG(function_table), #func, sizeo…
925 orig->internal_function.handler = PHAR_G(orig_##func); \
927 PHAR_G(orig_##func) = NULL;
/php-src/Zend/tests/
H A Dex_func_null_during_property_write.phpt2 EX(func) can be null during write_property in an edge case
/php-src/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h36 zend_fcall_info_cache func; member
/php-src/ext/standard/tests/array/
H A Darray_intersect_1.phpt50 echo "begin ------------ array_uintersect_uassoc() with ordinary func -\n";
55 echo "end ------------ array_uintersect_uassoc() with ordinary func -\n";
219 begin ------------ array_uintersect_uassoc() with ordinary func -
291 end ------------ array_uintersect_uassoc() with ordinary func -
/php-src/sapi/fpm/fpm/
H A Dfpm_php_trace.c78 if (0 > fpm_trace_get_long(execute_data + offsetof(zend_execute_data, func), &l)) { in fpm_php_trace_dump()
129 if (0 > fpm_trace_get_long(prev + offsetof(zend_execute_data, func), &l)) { in fpm_php_trace_dump()
/php-src/ext/tidy/tests/
H A D024.phpt8 // more info at http://sf.net/tracker/?func=detail&atid=390963&aid=1598422&group_id=27659

Completed in 56 milliseconds

12345678910>>...13