Home
last modified time | relevance | path

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

12

/PHP-7.3/main/
H A Dspprintf.c333 modifier = LM_LONG; in xbuf_format_converter()
338 modifier = LM_LONG; in xbuf_format_converter()
350 modifier = LM_LONG; in xbuf_format_converter()
378 modifier = LM_STD; in xbuf_format_converter()
389 modifier = LM_STD; in xbuf_format_converter()
419 switch(modifier) { in xbuf_format_converter()
460 switch(modifier) { in xbuf_format_converter()
512 switch(modifier) { in xbuf_format_converter()
555 switch(modifier) { in xbuf_format_converter()
618 switch(modifier) { in xbuf_format_converter()
[all …]
H A Dsnprintf.c734 modifier = LM_LONG; in format_converter()
739 modifier = LM_LONG; in format_converter()
751 modifier = LM_LONG; in format_converter()
755 modifier = LM_SIZE_T; in format_converter()
784 modifier = LM_STD; in format_converter()
814 switch(modifier) { in format_converter()
855 switch(modifier) { in format_converter()
908 switch(modifier) { in format_converter()
950 switch(modifier) { in format_converter()
1011 switch(modifier) { in format_converter()
[all …]
/PHP-7.3/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-7.3/sapi/phpdbg/
H A Dphpdbg_out.c272 modifier = LM_LONG; in format_converter()
277 modifier = LM_LONG; in format_converter()
289 modifier = LM_LONG; in format_converter()
293 modifier = LM_SIZE_T; in format_converter()
318 modifier = LM_STD; in format_converter()
347 switch(modifier) { in format_converter()
385 switch(modifier) { in format_converter()
435 switch(modifier) { in format_converter()
474 switch(modifier) { in format_converter()
606 switch(modifier) { in format_converter()
[all …]
/PHP-7.3/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 Dconstants_visibility_007.phpt10 Fatal error: Cannot use 'final' 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-7.3/Zend/tests/
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_009.phpt2 Testing __callstatic declaration 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
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 Derrmsg_038.phpt13 Fatal error: Cannot declare property test::$var final, the final modifier is allowed only for metho…
H A Dbug32427.phpt2 Bug #32427 (Interfaces are not allowed 'static' access modifier)
H A Dmagic_methods_010.phpt2 Testing __toString() declaration with wrong modifier
H A Dmagic_methods_007.phpt2 Testing __set() declaration in abstract class with wrong modifier
/PHP-7.3/ext/date/tests/
H A Dbug34304.phpt2 Bug #34304 (date('w') returns wrong number for sunday, 'N' modifier is missing)
/PHP-7.3/ext/com_dotnet/
H A Dcom_extension.c226 char *modifier, *ptr; in ZEND_GET_MODULE() local
237 modifier = php_strtok_r(NULL, "#", &strtok_buf); in ZEND_GET_MODULE()
238 if (modifier != NULL) { in ZEND_GET_MODULE()
239 if (!strcmp(modifier, "cis") || !strcmp(modifier, "case_insensitive")) { in ZEND_GET_MODULE()
/PHP-7.3/ext/standard/tests/strings/
H A Dpack_A.phpt2 pack()/unpack(): "A" modifier
H A Dbug26973.phpt2 Bug #26973 (*printf() '+' modifier problem)

Completed in 44 milliseconds

12