Home
last modified time | relevance | path

Searched refs:variable (Results 51 – 75 of 1263) sorted by relevance

12345678910>>...51

/PHP-5.4/Zend/tests/
H A Derror_reporting09.phpt27 Notice: Undefined variable: blah in %s on line %d
29 Notice: Undefined variable: undef2 in %s on line %d
H A Dheredoc_009.phpt30 Notice: Undefined variable: ENDOFHEREDOC in %s on line %d
37 Notice: Undefined variable: ENDOFHEREDOC in %s on line %d
H A Derror_reporting05.phpt30 Notice: Undefined variable: undef_value in %s on line %d
32 Notice: Undefined variable: undef_name in %s on line %d
/PHP-5.4/tests/lang/
H A Dshort_tags.004.phpt33 Notice: Undefined variable: b in %s on line %d
35 Notice: Undefined variable: b in %s on line %d
/PHP-5.4/sapi/apache2filter/
H A Dphp_functions.c226 char *variable=NULL, *string_val=NULL; in PHP_FUNCTION() local
231 …if (zend_parse_parameters(arg_count TSRMLS_CC, "ss|b", &variable, &variable_len, &string_val, &str… in PHP_FUNCTION()
243 apr_table_set(ctx->r->subprocess_env, variable, string_val); in PHP_FUNCTION()
254 char *variable=NULL; in PHP_FUNCTION() local
260 …if (zend_parse_parameters(arg_count TSRMLS_CC, "s|b", &variable, &variable_len, &walk_to_top) == F… in PHP_FUNCTION()
272 env_val = (char*) apr_table_get(ctx->r->subprocess_env, variable); in PHP_FUNCTION()
374 ZEND_ARG_INFO(0, variable)
380 ZEND_ARG_INFO(0, variable)
/PHP-5.4/ext/standard/tests/array/
H A Dcount_variation1.phpt6 * Description: Count the number of elements in a variable (usually an array)
16 //get an unset variable
33 // get a resource variable
80 // resource variable
H A Darray_map_variation9.phpt53 Notice: Undefined variable: b in %s on line %d%d
57 Notice: Undefined variable: b in %s on line %d%d
61 Notice: Undefined variable: b in %s on line %d%d
65 Notice: Undefined variable: b in %s on line %d%d
H A Darray_map_object1.phpt12 * 1) simple class with variable and method
14 * 3) class with only one method and no variable
21 echo "-- simple class with public variable and method --\n";
35 echo "\n-- simple class with private variable and method --\n";
45 echo "\n-- simple class with protected variable and method --\n";
127 -- simple class with public variable and method --
138 -- simple class with private variable and method --
144 -- simple class with protected variable and method --
/PHP-5.4/ext/gmp/tests/
H A D016.phpt49 Warning: gmp_powm(): Unable to convert variable to GMP - wrong type in %s on line %d
52 Warning: gmp_powm(): Unable to convert variable to GMP - wrong type in %s on line %d
55 Warning: gmp_powm(): Unable to convert variable to GMP - wrong type in %s on line %d
58 Warning: gmp_powm(): Unable to convert variable to GMP - wrong type in %s on line %d
H A D036.phpt39 Warning: gmp_hamdist(): Unable to convert variable to GMP - wrong type in %s on line %d
42 Warning: gmp_hamdist(): Unable to convert variable to GMP - wrong type in %s on line %d
45 Warning: gmp_hamdist(): Unable to convert variable to GMP - wrong type in %s on line %d
H A D029.phpt44 Warning: gmp_and(): Unable to convert variable to GMP - wrong type in %s on line %d
47 Warning: gmp_and(): Unable to convert variable to GMP - wrong type in %s on line %d
50 Warning: gmp_and(): Unable to convert variable to GMP - wrong type in %s on line %d
H A D030.phpt44 Warning: gmp_or(): Unable to convert variable to GMP - wrong type in %s on line %d
47 Warning: gmp_or(): Unable to convert variable to GMP - wrong type in %s on line %d
50 Warning: gmp_or(): Unable to convert variable to GMP - wrong type in %s on line %d
H A D032.phpt44 Warning: gmp_xor(): Unable to convert variable to GMP - wrong type in %s on line %d
47 Warning: gmp_xor(): Unable to convert variable to GMP - wrong type in %s on line %d
50 Warning: gmp_xor(): Unable to convert variable to GMP - wrong type in %s on line %d
H A D023.phpt47 Warning: gmp_invert(): Unable to convert variable to GMP - wrong type in %s on line %d
50 Warning: gmp_invert(): Unable to convert variable to GMP - wrong type in %s on line %d
53 Warning: gmp_invert(): Unable to convert variable to GMP - wrong type in %s on line %d
H A D006.phpt36 Warning: gmp_sub(): Unable to convert variable to GMP - wrong type in %s on line %d
43 Warning: gmp_sub(): Unable to convert variable to GMP - wrong type in %s on line %d
47 Warning: gmp_sub(): Unable to convert variable to GMP - wrong type in %s on line %d
/PHP-5.4/ext/standard/tests/serialize/
H A Dserialization_objects_006.phpt5 /* Prototype : proto string serialize(mixed variable)
6 * Description: Returns a string representation of variable (which can later be unserialized)
11 * Description: Takes a string representation of variable and recreates it
H A Dserialization_error_001.phpt5 /* Prototype : proto string serialize(mixed variable)
6 * Description: Returns a string representation of variable (which can later be unserialized)
11 * Description: Takes a string representation of variable and recreates it
/PHP-5.4/ext/curl/tests/
H A Dcurl_multi_segfault.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/standard/tests/strings/
H A Djoin_variation1.phpt19 // get an unset variable
23 // get a resource variable
75 // resource variable
78 // undefined variable
81 // unset variable
H A Dstr_word_count1.phpt19 Notice: Undefined variable: a in %s on line %d
24 Notice: Undefined variable: a in %s on line %d
H A Daddslashes_variation1.phpt17 // get an unset variable
64 // undefined variable
67 // unset variable
102 Notice: Undefined variable: undefined_var in %s on line %d
104 Notice: Undefined variable: unset_var in %s on line %d
H A Dstripslashes_variation1.phpt17 // get an unset variable
64 // undefined variable
67 // unset variable
103 Notice: Undefined variable: undefined_var in %s on line %d
105 Notice: Undefined variable: unset_var in %s on line %d
/PHP-5.4/tests/classes/
H A Dstatic_this.phpt32 Notice: Undefined variable: this in %sstatic_this.php on line %d
35 Notice: Undefined variable: this in %sstatic_this.php on line %d
/PHP-5.4/ext/standard/tests/general_functions/
H A Dbug60723.phpt17 Notice: Undefined variable: aa in %sbug60723.php on line %d
18 [%s ASIA/Chongqing] PHP Notice: Undefined variable: aa in %sbug60723.php on line %d
H A Derror_get_last.phpt32 Notice: Undefined variable: b in %s on line %d
37 string(21) "Undefined variable: b"

Completed in 93 milliseconds

12345678910>>...51