Home
last modified time | relevance | path

Searched refs:modifier (Results 1 – 25 of 56) sorted by relevance

123

/PHP-8.1/main/
H A Dspprintf.c313 modifier = LM_LONG; in xbuf_format_converter()
317 modifier = LM_SIZE_T; in xbuf_format_converter()
324 modifier = LM_SIZE_T; in xbuf_format_converter()
342 modifier = LM_STD; in xbuf_format_converter()
353 modifier = LM_STD; in xbuf_format_converter()
380 switch(modifier) { in xbuf_format_converter()
419 switch(modifier) { in xbuf_format_converter()
468 switch(modifier) { in xbuf_format_converter()
508 switch(modifier) { in xbuf_format_converter()
567 switch(modifier) { in xbuf_format_converter()
[all …]
H A Dsnprintf.c606 modifier = LM_LONG; in format_converter()
610 modifier = LM_SIZE_T; in format_converter()
617 modifier = LM_SIZE_T; in format_converter()
635 modifier = LM_STD; in format_converter()
646 modifier = LM_STD; in format_converter()
673 switch(modifier) { in format_converter()
712 switch(modifier) { in format_converter()
762 switch(modifier) { in format_converter()
801 switch(modifier) { in format_converter()
858 switch(modifier) { in format_converter()
[all …]
/PHP-8.1/Zend/tests/traits/
H A Derror_013.phpt2 Trying to use static as method modifier
19 Fatal error: Cannot use 'static' as method modifier in %s on line %d
H A Dlanguage018.phpt15 Fatal error: Cannot use 'abstract' as method modifier in %s on line %d
H A Dlanguage019.phpt15 Fatal error: Cannot use 'final' as method modifier in %s on line %d
/PHP-8.1/ext/com_dotnet/
H A Dcom_extension.c88 char *modifier, *ptr; in ZEND_GET_MODULE() local
99 modifier = php_strtok_r(NULL, "#", &strtok_buf); in ZEND_GET_MODULE()
100 if (modifier != NULL) { in ZEND_GET_MODULE()
101 if (!strcmp(modifier, "cis") || !strcmp(modifier, "case_insensitive")) { in ZEND_GET_MODULE()
/PHP-8.1/Zend/tests/constants/final_constants/
H A Dfinal_const1.phpt2 Class constants support the final modifier
/PHP-8.1/ext/date/tests/
H A Dbug76770.phpt2 Bug #76770 'U' modifier in 'datetime::createFromFormat' adds seconds to other specifiers
H A Dbug34304.phpt2 Bug #34304 (date('w') returns wrong number for sunday, 'N' modifier is missing)
/PHP-8.1/tests/classes/
H A Dconstants_visibility_005.phpt10 Fatal error: Cannot use 'static' as constant modifier in %s on line 3
H A Dconstants_visibility_006.phpt10 Fatal error: Cannot use 'abstract' as constant modifier in %s on line 3
H A Dinterface_method_final.phpt12 Fatal error: Cannot use the final modifier on an abstract class member in %s on line %d
H A Dfinal_abstract.phpt13 Fatal error: Cannot use the final modifier on an abstract class member in %s
H A Dabstract_final.phpt13 Fatal error: Cannot use the final modifier on an abstract class member in %s on line %d
/PHP-8.1/Zend/tests/readonly_props/
H A Dreadonly_method.phpt12 Fatal error: Cannot use 'readonly' as method modifier in %s on line %d
H A Dreadonly_const.phpt12 Fatal error: Cannot use 'readonly' as constant modifier in %s on line %d
H A Dreadonly_method_trait.phpt12 Fatal error: Cannot use 'readonly' as method modifier in %s on line %d
/PHP-8.1/Zend/tests/
H A Dmagic_methods_set_state.phpt2 Testing __set_state() declaration with wrong modifier
H A Dmagic_methods_010.phpt2 Testing __toString() declaration with wrong modifier
H A Dmagic_methods_005.phpt2 Testing __call() declaration in interface with wrong modifier
H A Dmagic_methods_006.phpt2 Testing __callstatic declaration in interface with missing the 'static' modifier
H A Dmagic_methods_009.phpt2 Testing __callstatic declaration with wrong modifier
H A Daccess_modifiers_007.phpt13 Fatal error: Cannot use the final modifier on an abstract class member in %s on line %d
H A Dmagic_methods_007.phpt2 Testing __set() declaration in abstract class with wrong modifier
H A Daccess_modifiers_013.phpt12 Fatal error: Cannot use the final modifier on an abstract class in %s on line %d

Completed in 59 milliseconds

123