Home
last modified time | relevance | path

Searched refs:pce (Results 1 – 25 of 43) sorted by path

12

/PHP-5.5/Zend/
H A Dzend_API.c593 *pce = NULL; in zend_parse_arg_impl()
598 *pce = NULL; in zend_parse_arg_impl()
600 *pce = *lookup; in zend_parse_arg_impl()
603 if ((!*pce || !instanceof_function(*pce, ce_base TSRMLS_CC))) { in zend_parse_arg_impl()
606 *pce = NULL; in zend_parse_arg_impl()
610 if (!*pce) { in zend_parse_arg_impl()
1812 zend_class_entry **pce; in zend_collect_module_handlers() local
2529 zend_class_entry **pce; in zend_register_internal_class_ex() local
2533 parent_ce = *pce; in zend_register_internal_class_ex()
2677 zend_class_entry **pce; in zend_is_callable_check_class() local
[all …]
H A Dzend_builtin_functions.c823 zend_class_entry **pce; in ZEND_FUNCTION() local
826 ce = *pce; in ZEND_FUNCTION()
962 zend_class_entry **pce; in ZEND_FUNCTION() local
972 zend_update_class_constants(*pce TSRMLS_CC); in ZEND_FUNCTION()
1042 zend_class_entry *ce = NULL, **pce; in ZEND_FUNCTION() local
1058 ce = *pce; in ZEND_FUNCTION()
1118 zend_class_entry * ce, **pce; in ZEND_FUNCTION() local
1129 ce = *pce; in ZEND_FUNCTION()
1174 zend_class_entry *ce, **pce; in ZEND_FUNCTION() local
1191 ce = *pce; in ZEND_FUNCTION()
[all …]
H A Dzend_compile.c4552 zend_class_entry *ce, **pce; in do_bind_class() local
4566 ce = *pce; in do_bind_class()
4591 zend_class_entry *ce, **pce; in do_bind_inherited_class() local
4616 ce = *pce; in do_bind_inherited_class()
4663 zend_class_entry **pce; in zend_do_early_binding() local
4668 ((*pce)->type == ZEND_INTERNAL_CLASS))) { in zend_do_early_binding()
4716 zend_class_entry **pce; in zend_do_delayed_early_binding() local
7024 zend_class_entry **pce; in zend_do_use() local
7077 } else if (zend_hash_find(CG(class_table), lcname, Z_STRLEN_P(name)+1, (void**)&pce) == SUCCESS && in zend_do_use()
7078 (*pce)->type == ZEND_USER_CLASS && in zend_do_use()
[all …]
H A Dzend_compile.h663 ZEND_API int zend_cleanup_class_data(zend_class_entry **pce TSRMLS_DC);
664 ZEND_API int zend_cleanup_user_class_data(zend_class_entry **pce TSRMLS_DC);
674 ZEND_API void destroy_zend_class(zend_class_entry **pce);
H A Dzend_execute.c566 …rg_info *cur_arg_info, ulong fetch_type, const char **class_name, zend_class_entry **pce TSRMLS_DC) in zend_verify_arg_class_kind()
568 …*pce = zend_fetch_class(cur_arg_info->class_name, cur_arg_info->class_name_len, (fetch_type | ZEND… in zend_verify_arg_class_kind()
570 *class_name = (*pce) ? (*pce)->name: cur_arg_info->class_name; in zend_verify_arg_class_kind()
571 if (*pce && (*pce)->ce_flags & ZEND_ACC_INTERFACE) { in zend_verify_arg_class_kind()
H A Dzend_execute.h71 …g_info *cur_arg_info, ulong fetch_type, const char **class_name, zend_class_entry **pce TSRMLS_DC);
H A Dzend_execute_API.c1462 zend_class_entry **pce; in zend_fetch_class() local
1497 …if (zend_lookup_class_ex(class_name, class_name_len, NULL, use_autoload, &pce TSRMLS_CC) == FAILUR… in zend_fetch_class()
1511 return *pce; in zend_fetch_class()
1517 zend_class_entry **pce; in zend_fetch_class_by_name() local
1520 …if (zend_lookup_class_ex(class_name, class_name_len, key, use_autoload, &pce TSRMLS_CC) == FAILURE… in zend_fetch_class_by_name()
1534 return *pce; in zend_fetch_class_by_name()
H A Dzend_opcode.c200 ZEND_API int zend_cleanup_user_class_data(zend_class_entry **pce TSRMLS_DC) in zend_cleanup_user_class_data()
202 if ((*pce)->type == ZEND_USER_CLASS) { in zend_cleanup_user_class_data()
203 cleanup_user_class_data(*pce TSRMLS_CC); in zend_cleanup_user_class_data()
210 ZEND_API int zend_cleanup_class_data(zend_class_entry **pce TSRMLS_DC) in zend_cleanup_class_data()
212 if ((*pce)->type == ZEND_USER_CLASS) { in zend_cleanup_class_data()
213 cleanup_user_class_data(*pce TSRMLS_CC); in zend_cleanup_class_data()
215 cleanup_internal_class_data(*pce TSRMLS_CC); in zend_cleanup_class_data()
274 ZEND_API void destroy_zend_class(zend_class_entry **pce) in destroy_zend_class() argument
276 zend_class_entry *ce = *pce; in destroy_zend_class()
H A Dzend_vm_def.h4866 zend_class_entry **pce, **pce_orig; variable
4869 …pline->op2.zv), Z_STRLEN_P(opline->op2.zv)+1, Z_HASH_P(opline->op2.zv), (void**)&pce) == FAILURE ||
4871 *pce != *pce_orig)) {
H A Dzend_vm_execute.h892 zend_class_entry **pce, **pce_orig; in ZEND_DECLARE_INHERITED_CLASS_DELAYED_SPEC_HANDLER() local
895 …pline->op2.zv), Z_STRLEN_P(opline->op2.zv)+1, Z_HASH_P(opline->op2.zv), (void**)&pce) == FAILURE || in ZEND_DECLARE_INHERITED_CLASS_DELAYED_SPEC_HANDLER()
897 *pce != *pce_orig)) { in ZEND_DECLARE_INHERITED_CLASS_DELAYED_SPEC_HANDLER()
/PHP-5.5/ext/date/
H A Dphp_date.c2541 PHPAPI zval *php_date_instantiate(zend_class_entry *pce, zval *object TSRMLS_DC) in php_date_instantiate() argument
2543 object_init_ex(object, pce); in php_date_instantiate()
H A Dphp_date.h200 PHPAPI zval *php_date_instantiate(zend_class_entry *pce, zval *object TSRMLS_DC);
/PHP-5.5/ext/dom/
H A Ddocument.c2421 zend_class_entry **pce; in PHP_METHOD() local
2422 if (zend_lookup_class(baseclass, baseclass_len, &pce TSRMLS_CC) == FAILURE) { in PHP_METHOD()
2426 basece = *pce; in PHP_METHOD()
2435 zend_class_entry **pce; in PHP_METHOD() local
2436 if (zend_lookup_class(extendedclass, extendedclass_len, &pce TSRMLS_CC) == FAILURE) { in PHP_METHOD()
2439 ce = *pce; in PHP_METHOD()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2153 + pcre_cache_entry *pce;
2163 + if ((pce = pcre_get_compiled_regex_cache(Z_STRVAL_P(patt), Z_STRLEN_P(patt) TSRMLS_CC)) == NULL) {
2172 + res = php_pcre_replace_impl(pce, ms->o.buf, strlen(ms->o.buf), repl,
2958 + pcre *pce;
2973 + if ((pce = pcre_get_compiled_regex("~%[-0-9.]*s~", &re_extra, &re_options TSRMLS_CC)) == NULL) {
2979 + return !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0);
3414 + pcre_cache_entry *pce;
3429 + if ((pce = pcre_get_compiled_regex_cache(Z_STRVAL_P(pattern), Z_STRLEN_P(pattern) TSRMLS_CC)) ==…
3434 + /* pce now contains the compiled regex */
3446 + php_pcre_match_impl(pce, haystack, ms->search.s_len, retval, subpats, 1, 1, PREG_OFFSET_CAPTURE…
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfuncs.c446 pcre_cache_entry *pce; in file_replace() local
456 if ((pce = pcre_get_compiled_regex_cache(Z_STRVAL_P(patt), Z_STRLEN_P(patt) TSRMLS_CC)) == NULL) { in file_replace()
465 res = php_pcre_replace_impl(pce, ms->o.buf, strlen(ms->o.buf), repl, in file_replace()
H A Dsoftmagic.c345 pcre *pce; in check_fmt() local
354 if ((pce = pcre_get_compiled_regex("~%[-0-9.]*s~", &re_extra, &re_options TSRMLS_CC)) == NULL) { in check_fmt()
357 return !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0); in check_fmt()
2049 pcre_cache_entry *pce; in magiccheck() local
2064 …if ((pce = pcre_get_compiled_regex_cache(Z_STRVAL_P(pattern), Z_STRLEN_P(pattern) TSRMLS_CC)) == N… in magiccheck()
2081 …php_pcre_match_impl(pce, haystack, ms->search.s_len, retval, subpats, 1, 1, PREG_OFFSET_CAPTURE, 0… in magiccheck()
/PHP-5.5/ext/imap/
H A Dphp_imap.c1321 pcre_cache_entry *pce; /* Compiled regex */ in PHP_FUNCTION() local
1333 if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC))== NULL) { in PHP_FUNCTION()
1337 php_pcre_match_impl(pce, internal_date, internal_date_len, return_value, subpats, global, in PHP_FUNCTION()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c2249 static int accel_clean_non_persistent_class(zend_class_entry **pce TSRMLS_DC)
2251 zend_class_entry *ce = *pce;
H A Dzend_accelerator_module.c297 zend_class_entry **pce, **pce_orig; in ZEND_INI_END() local
299 …EX(opline)->op2.u.constant), Z_STRLEN(EX(opline)->op2.u.constant) + 1, (void **)&pce) == FAILURE || in ZEND_INI_END()
301 *pce != *pce_orig)) { in ZEND_INI_END()
H A Dzend_accelerator_util_funcs.c66 static void zend_accel_destroy_zend_class(zend_class_entry **pce) in zend_accel_destroy_zend_class() argument
68 zend_class_entry *ce = *pce; in zend_accel_destroy_zend_class()
71 destroy_zend_class(pce); in zend_accel_destroy_zend_class()
630 static void zend_class_copy_ctor(zend_class_entry **pce) argument
632 zend_class_entry *ce = *pce;
638 *pce = ce = emalloc(sizeof(zend_class_entry));
916 zend_class_entry **pce; local
920 ….u.constant), Z_STRLEN(op_array->opcodes[opline_num - 1].op2.u.constant), &pce TSRMLS_CC) == SUCCE…
921 do_bind_inherited_class(&op_array->opcodes[opline_num], EG(class_table), *pce, 1 TSRMLS_CC);
H A Dzend_persist.c456 static void zend_persist_class_entry(zend_class_entry **pce TSRMLS_DC)
458 zend_class_entry *ce = *pce;
461 *pce = zend_accel_store(ce, sizeof(zend_class_entry));
596 static int zend_update_parent_ce(zend_class_entry **pce TSRMLS_DC)
598 zend_class_entry *ce = *pce;
H A Dzend_persist_calc.c233 static uint zend_persist_class_entry_calc(zend_class_entry **pce TSRMLS_DC)
235 zend_class_entry *ce = *pce;
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c94 if (pce->extra) pefree(pce->extra, 1); in php_free_pcre_cache()
96 if ((void*)pce->tables) pefree((void*)pce->tables, 1); in php_free_pcre_cache()
293 return pce; in pcre_get_compiled_regex_cache()
490 return pce; in pcre_get_compiled_regex_cache()
501 *extra = pce ? pce->extra : NULL; in pcre_get_compiled_regex()
504 *preg_options = pce ? pce->preg_options : 0; in pcre_get_compiled_regex()
507 return pce ? pce->re : NULL; in pcre_get_compiled_regex()
518 *extra = pce ? pce->extra : NULL; in pcre_get_compiled_regex_ex()
521 *preg_options = pce ? pce->preg_options : 0; in pcre_get_compiled_regex_ex()
524 *compile_options = pce ? pce->compile_options : 0; in pcre_get_compiled_regex_ex()
[all …]
H A Dphp_pcre.h57 PHPAPI void php_pcre_match_impl( pcre_cache_entry *pce, char *subject, int subject_len, zval *ret…
60 PHPAPI char *php_pcre_replace_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *ret…
63 PHPAPI void php_pcre_split_impl( pcre_cache_entry *pce, char *subject, int subject_len, zval *ret…
66 PHPAPI void php_pcre_grep_impl( pcre_cache_entry *pce, zval *input, zval *return_value,
/PHP-5.5/ext/pdo/
H A Dpdo.c79 zend_class_entry **pce; in php_pdo_get_exception_base() local
81 …find(CG(class_table), "runtimeexception", sizeof("RuntimeException"), (void **) &pce) == SUCCESS) { in php_pdo_get_exception_base()
82 spl_ce_RuntimeException = *pce; in php_pdo_get_exception_base()
83 return *pce; in php_pdo_get_exception_base()

Completed in 239 milliseconds

12