Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_functions.c27 …if (!allow || (allow > 0 && (pce->ce_flags & ce_flags)) || (allow < 0 && !(pce->ce_flags & ce_flag… in spl_add_class_name()
32 ZVAL_STR_COPY(&t, pce->name); in spl_add_class_name()
33 zend_hash_add(Z_ARRVAL_P(list), pce->name, &t); in spl_add_class_name()
42 if (pce->num_interfaces) { in spl_add_interfaces()
43 ZEND_ASSERT(pce->ce_flags & ZEND_ACC_LINKED); in spl_add_interfaces()
69 ZEND_ASSERT(pce); in spl_add_classes()
70 spl_add_class_name(list, pce, allow, ce_flags); in spl_add_classes()
72 spl_add_interfaces(list, pce, allow, ce_flags); in spl_add_classes()
73 while (pce->parent) { in spl_add_classes()
74 pce = pce->parent; in spl_add_classes()
[all …]
H A Dspl_engine.h24 static inline void spl_instantiate_arg_ex1(zend_class_entry *pce, zval *retval, zval *arg1) in spl_instantiate_arg_ex1() argument
26 object_init_ex(retval, pce); in spl_instantiate_arg_ex1()
27 zend_call_known_instance_method_with_1_params(pce->constructor, Z_OBJ_P(retval), NULL, arg1); in spl_instantiate_arg_ex1()
31 zend_class_entry *pce, zval *retval, zval *arg1, zval *arg2) in spl_instantiate_arg_ex2() argument
33 object_init_ex(retval, pce); in spl_instantiate_arg_ex2()
35 pce->constructor, Z_OBJ_P(retval), NULL, arg1, arg2); in spl_instantiate_arg_ex2()
39 zend_class_entry *pce, zval *retval, uint32_t argc, zval *argv) in spl_instantiate_arg_n() argument
41 object_init_ex(retval, pce); in spl_instantiate_arg_n()
42 zend_call_known_instance_method(pce->constructor, Z_OBJ_P(retval), NULL, argc, argv); in spl_instantiate_arg_n()
H A Dspl_functions.h29 void spl_add_class_name(zval * list, zend_class_entry * pce, int allow, int ce_flags);
30 void spl_add_interfaces(zval * list, zend_class_entry * pce, int allow, int ce_flags);
31 void spl_add_traits(zval * list, zend_class_entry * pce, int allow, int ce_flags);
32 void spl_add_classes(zend_class_entry *pce, zval *list, bool sub, int allow, int ce_flags);
H A Dspl_iterators.c135 pcre_cache_entry *pce; member
1422 intern->u.regex.pce = pcre_get_compiled_regex_cache(regex); in spl_dual_it_construct()
1425 if (intern->u.regex.pce == NULL) { in spl_dual_it_construct()
1431 php_pcre_pce_incref(intern->u.regex.pce); in spl_dual_it_construct()
1862 re = php_pcre_pce_re(intern->u.regex.pce); in PHP_METHOD()
1876 php_pcre_match_impl(intern->u.regex.pce, subject, &zcount, in PHP_METHOD()
1884 …php_pcre_split_impl(intern->u.regex.pce, subject, &intern->current.data, -1, intern->u.regex.preg_… in PHP_METHOD()
1897 …result = php_pcre_replace_impl(intern->u.regex.pce, subject, ZSTR_VAL(subject), ZSTR_LEN(subject),… in PHP_METHOD()
2107 if (object->u.regex.pce) { in spl_dual_it_free_storage()
2108 php_pcre_pce_decref(object->u.regex.pce); in spl_dual_it_free_storage()
H A Dspl_array.c1824 static void spl_instantiate_child_arg(zend_class_entry *pce, zval *retval, zval *arg1, zval *arg2) … in spl_instantiate_child_arg() argument
1826 object_init_ex(retval, pce); in spl_instantiate_child_arg()
1836 zend_call_known_instance_method_with_2_params(pce->constructor, Z_OBJ_P(retval), NULL, arg1, arg2); in spl_instantiate_child_arg()
/php-src/ext/pcre/
H A Dphp_pcre.c168 if (!pce) return; in php_free_pcre_cache()
170 free(pce); in php_free_pcre_cache()
177 if (!pce) return; in php_efree_pcre_cache()
179 efree(pce); in php_efree_pcre_cache()
898 *capture_count = pce ? pce->capture_count : 0; in pcre_get_compiled_regex()
901 return pce ? pce->re : NULL; in pcre_get_compiled_regex()
1112 pce->refcount++; in php_do_pcre_match()
1115 pce->refcount--; in php_do_pcre_match()
1485 pce->refcount++;
1488 pce->refcount--;
[all …]
H A Dphp_pcre.h52 PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, zend_string *subject_str, zval *return_valu…
55 PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, const ch…
58 PHPAPI void php_pcre_split_impl( pcre_cache_entry *pce, zend_string *subject_str, zval *return_va…
61 PHPAPI void php_pcre_grep_impl( pcre_cache_entry *pce, zval *input, zval *return_value,
/php-src/sapi/phpdbg/
H A Dphpdbg_info.c406 zend_class_entry *pce; in PHPDBG_INFO() local
407 pce = ce->parent; in PHPDBG_INFO()
410 phpdbg_print_class_name(pce); in PHPDBG_INFO()
411 } while ((pce = pce->parent)); in PHPDBG_INFO()
/php-src/sapi/cli/
H A Dphp_cli.c1050 zend_class_entry *pce = NULL; in do_cli() local
1059 pce = reflection_method_ptr; in do_cli()
1061 pce = reflection_function_ptr; in do_cli()
1065 pce = reflection_class_ptr; in do_cli()
1068 pce = reflection_extension_ptr; in do_cli()
1071 pce = reflection_zend_extension_ptr; in do_cli()
1076 object_init_ex(&ref, pce); in do_cli()
1081 pce->constructor, Z_OBJ(ref), NULL, &arg); in do_cli()
/php-src/ext/pdo/
H A Dpdo_dbh.c553 zend_class_entry *dbstmt_ce, *pce; in PHP_METHOD() local
583 if (Z_TYPE_P(item) != IS_STRING || (pce = zend_lookup_class(Z_STR_P(item))) == NULL) { in PHP_METHOD()
587 dbstmt_ce = pce; in PHP_METHOD()
860 zend_class_entry *pce; in pdo_dbh_attribute_set() local
881 if (Z_TYPE_P(item) != IS_STRING || (pce = zend_lookup_class(Z_STR_P(item))) == NULL) { in pdo_dbh_attribute_set()
885 if (!instanceof_function(pce, pdo_dbstmt_ce)) { in pdo_dbh_attribute_set()
889 …if (pce->constructor && !(pce->constructor->common.fn_flags & (ZEND_ACC_PRIVATE|ZEND_ACC_PROTECTED… in pdo_dbh_attribute_set()
893 dbh->def_stmt_ce = pce; in pdo_dbh_attribute_set()
/php-src/ext/date/
H A Dphp_date.h161 PHPAPI zval *php_date_instantiate(zend_class_entry *pce, zval *object);
H A Dphp_date.c2352 PHPAPI zval *php_date_instantiate(zend_class_entry *pce, zval *object) /* {{{ */ in php_date_instantiate() argument
2354 object_init_ex(object, pce); in php_date_instantiate()
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c659 pcre_cache_entry *pce; in file_replace() local
666 if ((pce = pcre_get_compiled_regex_cache_ex(pattern, 0)) == NULL) { in file_replace()
674 res = php_pcre_replace_impl(pce, NULL, ms->o.buf, strlen(ms->o.buf), repl, -1, &rep_cnt); in file_replace()
H A Dsoftmagic.c492 pcre_cache_entry *pce; in check_fmt() local
500 if ((pce = pcre_get_compiled_regex_cache_ex(pattern, 0)) == NULL) { in check_fmt()
503 pcre2_code *re = php_pcre_pce_re(pce); in check_fmt()
2277 pcre_cache_entry *pce; in magiccheck() local
2288 if ((pce = pcre_get_compiled_regex_cache(pattern)) == NULL) { in magiccheck()
2304 php_pcre_match_impl(pce, haystack, &retval, &subpats, 0, PREG_OFFSET_CAPTURE, 0); in magiccheck()
H A Dapprentice.c2813 pcre_cache_entry *pce; in getvalue() local
2817 if ((pce = pcre_get_compiled_regex_cache(pattern)) == NULL) { in getvalue()
/php-src/Zend/
H A Dzend_API.c446 *pce = NULL; in zend_parse_arg_class()
450 *pce = NULL; in zend_parse_arg_class()
456 if ((!*pce || !instanceof_function(*pce, ce_base))) { in zend_parse_arg_class()
458 *pce = NULL; in zend_parse_arg_class()
462 if (!*pce) { in zend_parse_arg_class()
978 *pce = NULL; in zend_parse_arg_impl()
982 *pce = NULL; in zend_parse_arg_impl()
987 *pce = NULL; in zend_parse_arg_impl()
992 if ((!*pce || !instanceof_function(*pce, ce_base))) { in zend_parse_arg_impl()
995 *pce = NULL; in zend_parse_arg_impl()
[all …]
H A Dzend_inheritance.c2869 static zend_class_entry *zend_lazy_class_load(zend_class_entry *pce) in zend_lazy_class_load() argument
2875 memcpy(ce, pce, sizeof(zend_class_entry)); in zend_lazy_class_load()
2910 ZEND_ASSERT(op_array->scope == pce); in zend_lazy_class_load()
2960 ZEND_ASSERT(prop_info->ce == pce); in zend_lazy_class_load()
2981 ZEND_ASSERT(c->ce == pce); in zend_lazy_class_load()
H A Dzend_API.h2167 ZEND_API bool ZEND_FASTCALL zend_parse_arg_class(zval *arg, zend_class_entry **pce, uint32_t num, b…
/php-src/ext/readline/
H A Dreadline_cli.c504 zend_class_entry **pce; in cli_completion_generator_define() local
505 char *retval = cli_completion_generator_ht(text, textlen, state, ht, (void**)&pce); in cli_completion_generator_define()
/php-src/Zend/Optimizer/
H A Dzend_inference.h229 const zend_script *script, const zend_arg_info *arg_info, zend_class_entry **pce);
H A Dzend_inference.c2377 static uint32_t zend_convert_type(const zend_script *script, zend_type type, zend_class_entry **pce) in zend_convert_type() argument
2379 if (pce) { in zend_convert_type()
2380 *pce = NULL; in zend_convert_type()
2390 if (pce) { in zend_convert_type()
2396 *pce = zend_optimizer_get_class_entry(script, NULL, lcname); in zend_convert_type()
2407 …tch_arg_info_type(const zend_script *script, const zend_arg_info *arg_info, zend_class_entry **pce) in zend_fetch_arg_info_type() argument
2409 return zend_convert_type(script, arg_info->type, pce); in zend_fetch_arg_info_type()
2498 …h_prop_type(const zend_script *script, const zend_property_info *prop_info, zend_class_entry **pce) in zend_fetch_prop_type() argument
2501 if (pce) { in zend_fetch_prop_type()
2502 *pce = NULL; in zend_fetch_prop_type()
[all …]
/php-src/ext/fileinfo/
H A Dlibmagic.patch520 + pcre_cache_entry *pce;
524 + if ((pce = pcre_get_compiled_regex_cache(pattern)) == NULL) {
2078 + pcre_cache_entry *pce;
2085 + if ((pce = pcre_get_compiled_regex_cache_ex(pattern, 0)) == NULL) {
3068 + pcre_cache_entry *pce;
3080 + if ((pce = pcre_get_compiled_regex_cache_ex(pattern, 0)) == NULL) {
3083 + pcre2_code *re = php_pcre_pce_re(pce);
3274 + pcre_cache_entry *pce;
3322 + if ((pce = pcre_get_compiled_regex_cache(pattern)) == NULL) {
3326 + /* pce now contains the compiled regex */
[all …]
/php-src/ext/tidy/
H A Dtidy.c454 static zval *tidy_instantiate(zend_class_entry *pce, zval *object) in tidy_instantiate() argument
456 object_init_ex(object, pce); in tidy_instantiate()
/php-src/ext/soap/
H A Dphp_encoding.c1378 …atic zval *to_zval_object_ex(zval *ret, encodeTypePtr type, xmlNodePtr data, zend_class_entry *pce) in to_zval_object_ex() argument
1386 if (pce) { in to_zval_object_ex()
1387 ce = pce; in to_zval_object_ex()
/php-src/ext/reflection/
H A Dphp_reflection.c291 static zval *reflection_instantiate(zend_class_entry *pce, zval *object) /* {{{ */ in reflection_instantiate() argument
293 object_init_ex(object, pce); in reflection_instantiate()

Completed in 255 milliseconds