Home
last modified time | relevance | path

Searched refs:modifiers (Results 1 – 18 of 18) sorted by relevance

/PHP-5.5/Zend/tests/
H A Daccess_modifiers_004.phpt2 using multiple access modifiers (abstract methods)
14 Fatal error: Multiple abstract modifiers are not allowed in %s on line %d
H A Daccess_modifiers_005.phpt2 using multiple access modifiers (final methods)
14 Fatal error: Multiple final modifiers are not allowed in %s on line %d
H A Daccess_modifiers_006.phpt2 using multiple access modifiers (static methods)
14 Fatal error: Multiple static modifiers are not allowed in %s on line %d
H A Derrmsg_009.phpt2 errmsg: multiple access type modifiers are not allowed (properties)
13 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
H A Daccess_modifiers_002.phpt2 using multiple access modifiers (attributes)
13 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
H A Derrmsg_010.phpt2 errmsg: multiple access type modifiers are not allowed (methods)
13 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
H A Daccess_modifiers_001.phpt2 using multiple access modifiers (methods)
14 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
H A Daccess_modifiers_003.phpt2 using multiple access modifiers (classes)
/PHP-5.5/ext/date/tests/
H A Dbug35630.phpt2 Bug #35630 (strtotime() crashes on non-separated relative modifiers)
/PHP-5.5/Zend/tests/traits/
H A Dbug54441.phpt19 Fatal error: The modifiers for the trait alias dontKnow() need to be changed in the same statment i…
H A Dproperty003.phpt2 Conflicting properties with different visibility modifiers should result in a fatal error, since th…
/PHP-5.5/ext/dba/tests/
H A Ddba016.phpt22 Warning: dba_popen(%stest0.dbm,n-t): You cannot combine modifiers - (no lock) and t (test lock) in …
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_getModifiers_basic.phpt84 echo "\nReflectionMethod::getModifiers() modifiers:\n";
241 ReflectionMethod::getModifiers() modifiers:
/PHP-5.5/Zend/
H A Dzend_compile.h538 void zend_add_trait_alias(znode *method_reference, znode *modifiers, znode *alias TSRMLS_DC);
631 void zend_do_abstract_method(const znode *function_name, znode *modifiers, const znode *body TSRMLS…
H A Dzend_compile.c874 void zend_do_abstract_method(const znode *function_name, znode *modifiers, const znode *body TSRMLS… in zend_do_abstract_method() argument
879 Z_LVAL(modifiers->u.constant) |= ZEND_ACC_ABSTRACT; in zend_do_abstract_method()
885 if (modifiers->u.constant.value.lval & ZEND_ACC_ABSTRACT) { in zend_do_abstract_method()
886 if(modifiers->u.constant.value.lval & ZEND_ACC_PRIVATE) { in zend_do_abstract_method()
4003 if (alias->modifiers) { in zend_traits_copy_functions()
4033 if (alias->alias == NULL && alias->modifiers != 0 in zend_traits_copy_functions()
4509 void zend_add_trait_alias(znode *method_reference, znode *modifiers, znode *alias TSRMLS_DC) /* {{{… in zend_add_trait_alias() argument
4514 if (Z_LVAL(modifiers->u.constant) == ZEND_ACC_STATIC) { in zend_add_trait_alias()
4517 } else if (Z_LVAL(modifiers->u.constant) == ZEND_ACC_ABSTRACT) { in zend_add_trait_alias()
4520 } else if (Z_LVAL(modifiers->u.constant) == ZEND_ACC_FINAL) { in zend_add_trait_alias()
[all …]
H A Dzend.h472 zend_uint modifiers; member
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1554 long modifiers; in ZEND_METHOD() local
1556 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &modifiers) == FAILURE) { in ZEND_METHOD()
1562 if (modifiers & (ZEND_ACC_ABSTRACT | ZEND_ACC_EXPLICIT_ABSTRACT_CLASS)) { in ZEND_METHOD()
1565 if (modifiers & (ZEND_ACC_FINAL | ZEND_ACC_FINAL_CLASS)) { in ZEND_METHOD()
1568 if (modifiers & ZEND_ACC_IMPLICIT_PUBLIC) { in ZEND_METHOD()
1573 switch (modifiers & ZEND_ACC_PPP_MASK) { in ZEND_METHOD()
1585 if (modifiers & ZEND_ACC_STATIC) { in ZEND_METHOD()
5678 ZEND_ARG_INFO(0, modifiers)
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt9938 PCRE defines some modifiers to change the behavior of the regular
9940 RE_Options, as a vehicle to pass such modifiers to a RE class. Cur-
9941 rently, the following modifiers are supported:
9984 Normally, to pass one or more modifiers to a RE class, you declare a
10006 If you are going to pass one of the most used modifiers, there are some

Completed in 113 milliseconds