Home
last modified time | relevance | path

Searched refs:cname (Results 1 – 7 of 7) sorted by path

/PHP-7.4/
H A D.gdbinit211 set $cname = $zobj->ce->name->val
212 printf "(%s) #%d", $cname, $handle
/PHP-7.4/Zend/
H A Dzend_API.c1338 zend_string *cname = zend_string_init(class_name, strlen(class_name), 0); in object_properties_load() local
1339 EG(fake_scope) = zend_lookup_class(cname); in object_properties_load()
1340 zend_string_release_ex(cname, 0); in object_properties_load()
3016 zend_string *mname, *cname; in zend_is_callable_check_func() local
3080 cname = zend_string_init(Z_STRVAL_P(callable), clen, 0); in zend_is_callable_check_func()
3081 if (!zend_is_callable_check_class(cname, scope, fcc, &strict_class, error)) { in zend_is_callable_check_func()
3082 zend_string_release_ex(cname, 0); in zend_is_callable_check_func()
3085 zend_string_release_ex(cname, 0); in zend_is_callable_check_func()
H A Dzend_constants.c322 ZEND_API zval *zend_get_constant_ex(zend_string *cname, zend_class_entry *scope, uint32_t flags) in zend_get_constant_ex() argument
327 const char *name = ZSTR_VAL(cname); in zend_get_constant_ex()
328 size_t name_len = ZSTR_LEN(cname); in zend_get_constant_ex()
334 cname = NULL; in zend_get_constant_ex()
453 if (cname) { in zend_get_constant_ex()
454 c = zend_get_constant_impl(cname); in zend_get_constant_ex()
/PHP-7.4/ext/pdo/tests/
H A Dpdo_018.phpt97 $stmt = $db->prepare('SELECT id FROM classtypes WHERE name=:cname');
98 $stmt->bindParam(':cname', $cname);
104 $cname = get_class($obj);
109 $ctypes[$cname] = $ctype;
/PHP-7.4/ext/spl/
H A Dspl_array.c1478 #define SPL_ARRAY_METHOD(cname, fname, use_arg) \ argument
1479 SPL_METHOD(cname, fname) \
/PHP-7.4/ext/spl/tests/
H A Dspl_003.phpt6 spl_autoload_register(function ($cname) {
7 var_dump($cname);
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c171 PHPDBG_API const zend_function *phpdbg_get_function(const char *fname, const char *cname) /* {{{ */ in phpdbg_get_function() argument
179 if (cname) { in phpdbg_get_function()
181 zend_string *lcname = zend_string_init(cname, strlen(cname), 0); in phpdbg_get_function()

Completed in 40 milliseconds