Home
last modified time | relevance | path

Searched refs:cname (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/spl/tests/
H A Dspl_003.phpt6 spl_autoload_register(function ($cname) {
7 var_dump($cname);
/php-src/Zend/
H A Dzend_constants.c389 ZEND_API zval *zend_get_constant_ex(zend_string *cname, zend_class_entry *scope, uint32_t flags) in zend_get_constant_ex() argument
393 const char *name = ZSTR_VAL(cname); in zend_get_constant_ex()
394 size_t name_len = ZSTR_LEN(cname); in zend_get_constant_ex()
400 cname = NULL; in zend_get_constant_ex()
516 if (cname) { in zend_get_constant_ex()
517 c = zend_get_constant_ptr(cname); in zend_get_constant_ex()
H A Dzend_API.c1733 zend_string *cname = zend_string_init(class_name, strlen(class_name), 0); in object_properties_load() local
1734 EG(fake_scope) = zend_lookup_class(cname); in object_properties_load()
1735 zend_string_release_ex(cname, 0); in object_properties_load()
3766 zend_string *mname, *cname; in zend_is_callable_check_func() local
3830 cname = zend_string_init_interned(Z_STRVAL_P(callable), clen, 0); in zend_is_callable_check_func()
3831 if (ZSTR_HAS_CE_CACHE(cname) && ZSTR_GET_CE_CACHE(cname)) { in zend_is_callable_check_func()
3832 fcc->calling_scope = ZSTR_GET_CE_CACHE(cname); in zend_is_callable_check_func()
3848 …} else if (!zend_is_callable_check_class(cname, scope, frame, fcc, &strict_class, error, suppress_… in zend_is_callable_check_func()
3849 zend_string_release_ex(cname, 0); in zend_is_callable_check_func()
3852 zend_string_release_ex(cname, 0); in zend_is_callable_check_func()
/php-src/ext/pdo/tests/
H A Dpdo_018.phpt98 $stmt = $db->prepare('SELECT id FROM classtypes018 WHERE name=:cname');
99 $stmt->bindParam(':cname', $cname);
105 $cname = get_class($obj);
110 $ctypes[$cname] = $ctype;
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.c168 PHPDBG_API const zend_function *phpdbg_get_function(const char *fname, const char *cname) /* {{{ */ in phpdbg_get_function() argument
176 if (cname) { in phpdbg_get_function()
178 zend_string *lcname = zend_string_init(cname, strlen(cname), 0); in phpdbg_get_function()
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.lua302 local cname = format("@%s", sz)
303 reg_list[#reg_list+1] = cname
304 map_archdef[cl] = cname
305 map_reg_rev[cname] = cl
306 map_reg_num[cname] = -1
307 map_reg_opsize[cname] = sz
309 map_reg_valid_base[cname] = true
310 map_reg_valid_index[cname] = true
/php-src/
H A D.gdbinit211 set $cname = (char*)$zobj->ce->name->val
212 printf "(%s) #%d", $cname, $handle
/php-src/ext/spl/
H A Dspl_array.c1218 #define SPL_ARRAY_METHOD(cname, fname, use_arg) \ argument
1219 PHP_METHOD(cname, fname) \
/php-src/ext/date/
H A Dphp_date.c594 zend_string *cname; in update_property() local
597 cname = zend_string_init(class_name, strlen(class_name), 0); in update_property()
598 ce = zend_lookup_class(cname); in update_property()
604 zend_string_release_ex(cname, 0); in update_property()

Completed in 85 milliseconds