Home
last modified time | relevance | path

Searched refs:variable (Results 101 – 125 of 1263) sorted by relevance

12345678910>>...51

/PHP-5.4/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt7 …PHP_CURL_FTP_REMOTE_SERVER')) exit("skip PHP_CURL_FTP_REMOTE_SERVER env variable is not defined");
8 if (false === getenv('PHP_CURL_FTP_REMOTE_USER')) exit("skip PHP_CURL_FTP_REMOTE_USER env variable
9 …PHP_CURL_FTP_REMOTE_PASSWD')) exit("skip PHP_CURL_FTP_REMOTE_PASSWD env variable is not defined");
/PHP-5.4/ext/reflection/tests/
H A DReflectionMethod_invokeArgs_error1.phpt32 Notice: Undefined variable: a in %s on line %d
34 Notice: Undefined variable: b in %s on line %d
/PHP-5.4/tests/lang/
H A DpassByReference_003.phpt29 Notice: Undefined variable: undef1 in %s on line 13
36 Notice: Undefined variable: undef1 in %s on line 15
/PHP-5.4/Zend/tests/
H A Disset_003.phpt32 Notice: Undefined variable: c in %s on line %d
34 Notice: Undefined variable: d in %s on line %d
H A Disset_003_2_4.phpt34 Notice: Undefined variable: c in %s on line %d
36 Notice: Undefined variable: d in %s on line %d
/PHP-5.4/ext/gmp/tests/
H A Dgmp_nextprime.phpt35 Warning: gmp_nextprime(): Unable to convert variable to GMP - wrong type in %s on line %d
39 Warning: gmp_nextprime(): Unable to convert variable to GMP - wrong type in %s on line %d
/PHP-5.4/ext/standard/tests/math/
H A Dbindec_variation1_64bit.phpt15 //get an unset variable
25 // get a resource variable
68 // resource variable
H A Doctdec_variation1.phpt13 //get an unset variable
23 // get a resource variable
68 // resource variable
H A Dabs_variation.phpt16 //get an unset variable
33 // get a resource variable
68 // resource variable
H A Dbindec_variation1.phpt15 //get an unset variable
25 // get a resource variable
68 // resource variable
H A Dpow_variation2.phpt14 //get an unset variable
29 // get a resource variable
76 // resource variable
H A Ddecbin_variation1.phpt17 //get an unset variable
32 // get a resource variable
80 // resource variable
H A Ddecbin_variation1_64bit.phpt17 //get an unset variable
32 // get a resource variable
80 // resource variable
H A Dround_variation1.phpt15 //get an unset variable
30 // get a resource variable
77 // resource variable
H A Dhexdec_variation1.phpt17 //get an unset variable
27 // get a resource variable
72 // resource variable
H A Dhexdec_variation1_64bit.phpt17 //get an unset variable
27 // get a resource variable
72 // resource variable
H A Dpow_variation1.phpt18 //get an unset variable
33 // get a resource variable
80 // resource variable
H A Dpow_variation1_64bit.phpt18 //get an unset variable
33 // get a resource variable
80 // resource variable
/PHP-5.4/ext/standard/tests/serialize/
H A Dserialization_arrays_001.phpt7 /* Prototype : proto string serialize(mixed variable)
8 * Description: Returns a string representation of variable (which can later be unserialized)
13 * Description: Takes a string representation of variable and recreates it
H A Dserialization_objects_001.phpt7 /* Prototype : proto string serialize(mixed variable)
8 * Description: Returns a string representation of variable (which can later be unserialized)
13 * Description: Takes a string representation of variable and recreates it
/PHP-5.4/ext/standard/tests/strings/
H A Dchop_variation2.phpt18 // get an unset variable
75 // undefined variable
78 // unset variable
106 Notice: Undefined variable: undefined_var in %s on line %d
108 Notice: Undefined variable: unset_var in %s on line %d
/PHP-5.4/ext/exif/tests/
H A Dexif_tagname_variation1.phpt16 // get an unset variable
63 // undefined variable
66 // unset variable
102 Notice: Undefined variable: undefined_var in %s on line %d
104 Notice: Undefined variable: unset_var in %s on line %d
/PHP-5.4/sapi/apache2handler/
H A Dphp_functions.c256 char *variable=NULL, *string_val=NULL; in PHP_FUNCTION() local
262 …if (zend_parse_parameters(arg_count TSRMLS_CC, "ss|b", &variable, &variable_len, &string_val, &str… in PHP_FUNCTION()
277 apr_table_set(r->subprocess_env, variable, string_val); in PHP_FUNCTION()
291 char *variable=NULL; in PHP_FUNCTION() local
298 …if (zend_parse_parameters(arg_count TSRMLS_CC, "s|b", &variable, &variable_len, &walk_to_top) == F… in PHP_FUNCTION()
313 env_val = (char*) apr_table_get(r->subprocess_env, variable); in PHP_FUNCTION()
499 ZEND_ARG_INFO(0, variable)
505 ZEND_ARG_INFO(0, variable)
/PHP-5.4/ext/standard/tests/array/
H A Dcount_variation2.phpt6 * Description: Count the number of elements in a variable (usually an array)
19 //get an unset variable
36 // get a resource variable
83 // resource variable
H A Darray_map_variation5.phpt20 //get an unset variable
24 //get a resource variable
60 // array with object, unset variable and resource variable

Completed in 60 milliseconds

12345678910>>...51