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.c398 ZEND_API zval *zend_get_constant_ex(zend_string *cname, zend_class_entry *scope, uint32_t flags) in zend_get_constant_ex() argument
402 const char *name = ZSTR_VAL(cname); in zend_get_constant_ex()
403 size_t name_len = ZSTR_LEN(cname); in zend_get_constant_ex()
409 cname = NULL; in zend_get_constant_ex()
453 if (cname) { in zend_get_constant_ex()
454 c = zend_get_constant_ptr(cname); in zend_get_constant_ex()
H A Dzend_API.c1739 zend_string *cname = zend_string_init(class_name, strlen(class_name), 0); in object_properties_load() local
1740 EG(fake_scope) = zend_lookup_class(cname); in object_properties_load()
1741 zend_string_release_ex(cname, 0); in object_properties_load()
3852 zend_string *mname, *cname; in zend_is_callable_check_func() local
3916 cname = zend_string_init_interned(Z_STRVAL_P(callable), clen, 0); in zend_is_callable_check_func()
3917 if (ZSTR_HAS_CE_CACHE(cname) && ZSTR_GET_CE_CACHE(cname)) { in zend_is_callable_check_func()
3918 fcc->calling_scope = ZSTR_GET_CE_CACHE(cname); in zend_is_callable_check_func()
3934 …} else if (!zend_is_callable_check_class(cname, scope, frame, fcc, &strict_class, error, suppress_… in zend_is_callable_check_func()
3935 zend_string_release_ex(cname, 0); in zend_is_callable_check_func()
3938 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.c1227 #define SPL_ARRAY_METHOD(cname, fname, use_arg) \ argument
1228 PHP_METHOD(cname, fname) \
/php-src/ext/date/
H A Dphp_date.c595 zend_string *cname; in update_property() local
598 cname = zend_string_init(class_name, strlen(class_name), 0); in update_property()
599 ce = zend_lookup_class(cname); in update_property()
605 zend_string_release_ex(cname, 0); in update_property()

Completed in 59 milliseconds