Home
last modified time | relevance | path

Searched refs:args (Results 251 – 275 of 587) sorted by relevance

1...<<11121314151617181920>>...24

/PHP-5.5/ext/standard/tests/file/
H A Dumask_error.phpt17 var_dump( umask(0000, true) ); // args > expected
H A Dfgetc_error.phpt15 // more than expected no. of args
31 /* loop to test fgetc() with different invalid type of args */
/PHP-5.5/ext/intl/tests/
H A Dsymfony_format_type_double_intl1.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeDoubleIntl
H A Dsymfony_format_type_double_intl2.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeDoubleIntl
H A Dsymfony_format_type_double_intl3.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeDoubleIntl
H A Dsymfony_format_type_double_intl4.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeDoubleIntl
H A Dsymfony_format_type_int32_intl4.phpt9 // PHP Unit's code to unserialize data passed as args to #testFormatTypeInt32Intl
H A Dmsgfmt_format_subpatterns.phpt40 $args = array(
54 foreach ($args as $arg) {
/PHP-5.5/Zend/tests/
H A Dbug54910.phpt6 public function __call($method, $args) {
H A Dbug64677.phpt10 $cat->show_output('Files: ', trim(`cd .`)); // this gives invalid args to shell_exec
H A Daccess_modifiers_012.phpt8 public function __call($name, $args) {
H A Dbug19859.phpt9 function __call($method,$args)
H A Dlsb_016.phpt23 public function __call($name, $args) {
/PHP-5.5/TSRM/
H A DTSRM.c65 #define TSRM_ERROR(args) tsrm_error args argument
83 #define TSRM_ERROR(args) argument
757 va_list args; in tsrm_error() local
761 va_start(args, format); in tsrm_error()
762 size = vfprintf(tsrm_error_file, format, args); in tsrm_error()
763 va_end(args); in tsrm_error()
/PHP-5.5/ext/standard/tests/strings/
H A Dvsprintf_variation13.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
H A Dvsprintf_variation13_64bit.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
H A Dvfprintf_variation17.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * are passed to the '$format' and '$args' arguments of the function
H A Dvprintf_variation13.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
H A Dvprintf_variation13_64bit.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
H A Dvfprintf_variation13_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
/PHP-5.5/ext/standard/tests/directory/
H A DDirectoryClass_error_001.phpt20 echo "\n--> Try all methods with wrong number of args:\n";
50 --> Try all methods with wrong number of args:
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_magic_quotes_gpc.phpt13 // no checks on number of args
H A Dget_magic_quotes_runtime.phpt14 // no checks on number of args
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_class.c125 ZEND_ARG_INFO(0, args)
129 ZEND_ARG_INFO(0, args)
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_invoke_basic.phpt52 echo "\nMethod with args:\n";
86 Method with args:

Completed in 33 milliseconds

1...<<11121314151617181920>>...24