Home
last modified time | relevance | path

Searched refs:parent (Results 551 – 558 of 558) sorted by relevance

1...<<212223

/php-src/Zend/
H A Dzend_operators.c2494 instance_ce = instance_ce->parent; in instanceof_function_slow()
H A Dzend_API.h310 class_container.parent = NULL; \
H A Dzend_vm_def.h8774 if (UNEXPECTED(scope->parent == NULL)) {
8781 ZVAL_STR_COPY(EX_VAR(opline->result.var), scope->parent->name);
H A Dzend_execute.c915 return self_ce->parent; in resolve_single_class_type()
H A Dzend_vm_execute.h15243 if (UNEXPECTED(scope->parent == NULL)) { in ZEND_FETCH_CLASS_NAME_SPEC_TMPVAR_HANDLER()
15250 ZVAL_STR_COPY(EX_VAR(opline->result.var), scope->parent->name); in ZEND_FETCH_CLASS_NAME_SPEC_TMPVAR_HANDLER()
32773 if (UNEXPECTED(scope->parent == NULL)) { in ZEND_FETCH_CLASS_NAME_SPEC_UNUSED_HANDLER()
32780 ZVAL_STR_COPY(EX_VAR(opline->result.var), scope->parent->name); in ZEND_FETCH_CLASS_NAME_SPEC_UNUSED_HANDLER()
40610 if (UNEXPECTED(scope->parent == NULL)) { in ZEND_FETCH_CLASS_NAME_SPEC_CV_HANDLER()
40617 ZVAL_STR_COPY(EX_VAR(opline->result.var), scope->parent->name); in ZEND_FETCH_CLASS_NAME_SPEC_CV_HANDLER()
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c7369 t->parent = 0; in zend_jit_compile_root_trace()
8170 t->parent = parent_num; in zend_jit_compile_side_trace()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます7391 # ParentGridFile[66]; Name of parent grid file
38135 # This field contains a Unicode string (UTF-16) of the parent hard disk filename
38136 #>(16.Q+64) ubequad x \b, parent name %#llx
38171 # universally unique identifier (UUID) to associate a parent with its differencing image
H A Dmagic7391 # ParentGridFile[66]; Name of parent grid file
38135 # This field contains a Unicode string (UTF-16) of the parent hard disk filename
38136 #>(16.Q+64) ubequad x \b, parent name %#llx
38171 # universally unique identifier (UUID) to associate a parent with its differencing image

Completed in 819 milliseconds

1...<<212223