Home
last modified time | relevance | path

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

12

/PHP-5.3/main/
H A Dspprintf.c330 modifier = LM_LONG; in xbuf_format_converter()
335 modifier = LM_LONG; in xbuf_format_converter()
347 modifier = LM_LONG; in xbuf_format_converter()
351 modifier = LM_SIZE_T; in xbuf_format_converter()
376 modifier = LM_STD; in xbuf_format_converter()
405 switch(modifier) { in xbuf_format_converter()
443 switch(modifier) { in xbuf_format_converter()
492 switch(modifier) { in xbuf_format_converter()
532 switch(modifier) { in xbuf_format_converter()
592 switch(modifier) { in xbuf_format_converter()
[all …]
H A Dsnprintf.c722 modifier = LM_LONG; in format_converter()
727 modifier = LM_LONG; in format_converter()
739 modifier = LM_LONG; in format_converter()
743 modifier = LM_SIZE_T; in format_converter()
768 modifier = LM_STD; in format_converter()
797 switch(modifier) { in format_converter()
835 switch(modifier) { in format_converter()
885 switch(modifier) { in format_converter()
924 switch(modifier) { in format_converter()
982 switch(modifier) { in format_converter()
[all …]
/PHP-5.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 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.3/ext/date/tests/
H A Dbug34304.phpt2 Bug #34304 (date('w') returns wrong number for sunday, 'N' modifier is missing)
/PHP-5.3/ext/pcre/tests/
H A Dbug33200.phpt2 Bug #33200 (magic_quotes_sybase = On makes 'e' modifier misbehave)
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_match_error1.phpt44 Warning: preg_match(): Unknown modifier '/' in %spreg_match_error1.php on line %d
49 Warning: preg_match(): Unknown modifier 'F' in %spreg_match_error1.php on line %d
H A Dpreg_split_error1.phpt43 Warning: preg_split(): Unknown modifier '/' in %spreg_split_error1.php on line %d
48 Warning: preg_split(): Unknown modifier 'F' in %spreg_split_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
H A Dpreg_match_all_error1.phpt47 Warning: preg_match_all(): Unknown modifier '/' in %spreg_match_all_error1.php on line %d
53 Warning: preg_match_all(): Unknown modifier 'F' in %spreg_match_all_error1.php on line %d
H A Ddelimiters.phpt33 Warning: preg_match(): Unknown modifier 'z' in %sdelimiters.php on line 10
/PHP-5.3/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.3/ext/standard/tests/strings/
H A Dbug26973.phpt2 Bug #26973 (*printf() '+' modifier problem)
/PHP-5.3/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.3/ext/dba/tests/
H A Ddba016.phpt2 DBA lock modifier error message test

Completed in 42 milliseconds

12