Home
last modified time | relevance | path

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

12

/PHP-5.5/main/
H A Dspprintf.c339 modifier = LM_LONG; in xbuf_format_converter()
344 modifier = LM_LONG; in xbuf_format_converter()
356 modifier = LM_LONG; in xbuf_format_converter()
360 modifier = LM_SIZE_T; in xbuf_format_converter()
385 modifier = LM_STD; in xbuf_format_converter()
414 switch(modifier) { in xbuf_format_converter()
452 switch(modifier) { in xbuf_format_converter()
501 switch(modifier) { in xbuf_format_converter()
541 switch(modifier) { in xbuf_format_converter()
601 switch(modifier) { in xbuf_format_converter()
[all …]
H A Dsnprintf.c731 modifier = LM_LONG; in format_converter()
736 modifier = LM_LONG; in format_converter()
748 modifier = LM_LONG; in format_converter()
752 modifier = LM_SIZE_T; in format_converter()
777 modifier = LM_STD; in format_converter()
806 switch(modifier) { in format_converter()
844 switch(modifier) { in format_converter()
894 switch(modifier) { in format_converter()
933 switch(modifier) { in format_converter()
991 switch(modifier) { in format_converter()
[all …]
/PHP-5.5/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-5.5/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 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-5.5/ext/date/tests/
H A Dbug34304.phpt2 Bug #34304 (date('w') returns wrong number for sunday, 'N' modifier is missing)
/PHP-5.5/tests/classes/
H A Dinterface_method_final.phpt15 Fatal error: Cannot use the final modifier on an abstract class member in %s on line %d
H A Dfinal_abstract.phpt16 Fatal error: Cannot use the final modifier on an abstract class member in %s
H A Dabstract_final.phpt16 Fatal error: Cannot use the final modifier on an abstract class member in %s on line %d
/PHP-5.5/ext/standard/tests/strings/
H A Dbug26973.phpt2 Bug #26973 (*printf() '+' modifier problem)
H A Dpack_A.phpt2 pack()/unpack(): "A" modifier
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_callback_error1.phpt46 Warning: preg_replace_callback(): Unknown modifier '/' in %s on line %d
51 Warning: preg_replace_callback(): Unknown modifier 'F' in %s on line %d
H A Dpreg_replace_error1.phpt44 Warning: preg_replace(): Unknown modifier '/' in %spreg_replace_error1.php on line %d
49 Warning: preg_replace(): Unknown modifier 'F' in %spreg_replace_error1.php on line %d
H A Dpreg_grep_error1.phpt45 Warning: preg_grep(): Unknown modifier '/' in %spreg_grep_error1.php on line %d
50 Warning: preg_grep(): Unknown modifier 'F' in %spreg_grep_error1.php on line %d
/PHP-5.5/ext/com_dotnet/
H A Dcom_extension.c282 char *modifier, *ptr; in PHP_INI_MH() local
293 modifier = php_strtok_r(NULL, "#", &strtok_buf); in PHP_INI_MH()
294 if (modifier != NULL) { in PHP_INI_MH()
295 if (!strcmp(modifier, "cis") || !strcmp(modifier, "case_insensitive")) { in PHP_INI_MH()
/PHP-5.5/tests/lang/
H A Dbug24403.phpt21 Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in %s …
/PHP-5.5/ext/dba/tests/
H A Ddba016.phpt2 DBA lock modifier error message test

Completed in 63 milliseconds

12