Home
last modified time | relevance | path

Searched refs:variable (Results 26 – 50 of 1238) sorted by relevance

12345678910>>...50

/PHP-5.5/tests/lang/
H A DreturnByReference.009.phpt24 echo "\n---> 1. Return a variable by reference -> No warning:\n";
33 ---> 1. Return a variable by reference -> No warning:
38 Notice: Only variable references should be returned by reference in %s on line %d
/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_basic.phpt138 string(8) "variable"
140 string(22) "variable with string 1"
142 string(22) "variable with string 2"
144 string(22) "variable with string 3"
149 string(17) "quoted variable 1"
151 string(17) "quoted variable 2"
153 string(17) "quoted variable 3"
155 string(17) "quoted variable 4"
H A Dimport_request.phpt40 Warning: import_request_variables(): Attempted GLOBALS variable overwrite in %s on line %d
45 Notice: Undefined variable: ap in %s on line %d
52 Notice: Undefined variable: g_ap in %s on line %d
71 Notice: Undefined variable: r_ap in %s on line %d
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_uassoc_variation13.phpt18 echo "\n-- Testing array_diff_uassoc() function with referenced variable \$ref_var has value '$ref_…
22 // re-assign reference variable to different value
24 echo "\n-- Testing array_diff_uassoc() function with referenced variable \$ref_var value changed to…
39 -- Testing array_diff_uassoc() function with referenced variable $ref_var has value 'a' --
49 -- Testing array_diff_uassoc() function with referenced variable $ref_var value changed to 10 --
H A Darray_map_variation14.phpt22 // get an unset variable
32 echo "-- with unset variable --\n";
35 echo "-- with undefined variable --\n";
89 -- with unset variable --
110 -- with undefined variable --
/PHP-5.5/Zend/tests/
H A D033.phpt21 Notice: Undefined variable: arr in %s on line %d
23 Notice: Undefined variable: arr in %s on line %d
25 Notice: Undefined variable: arr in %s on line %d
H A Dunset_cv01.phpt2 unset() CV 1 (unset() global variable)
13 Notice: Undefined variable: x in %sunset_cv01.php on line %d
H A Dbug61767.phpt15 //$undefined = null; // defined variable does not cause problems
18 Error handler called (Undefined variable: undefined)
20 Fatal error: Uncaught exception 'ErrorException' with message 'Undefined variable: undefined' in %s…
H A Dunset_cv02.phpt2 unset() CV 2 (unset() global variable in $GLOBALS)
13 Notice: Undefined variable: x in %sunset_cv02.php on line %d
H A Dobjects_020.phpt2 Accessing members of standard object through of variable variable
H A Dunset_cv03.phpt2 unset() CV 3 (unset() global variable in included file)
13 Notice: Undefined variable: x in %sunset_cv03.php on line %d
H A Dclone_003.phpt2 Using clone statement on undefined variable
10 Notice: Undefined variable: b in %s on line %d
H A Dunset_cv04.phpt2 unset() CV 4 (unset() local variable in included file)
16 Notice: Undefined variable: x in %sunset_cv04.php on line %d
H A Dunset_cv09.phpt2 unset() CV 9 (unset() of global variable in array_pop($GLOBALS))
13 Notice: Undefined variable: x in %sunset_cv09.php on line %d
H A Dclosure_012.phpt19 Notice: Undefined variable: i in %sclosure_012.php on line 2
21 Notice: Undefined variable: i in %sclosure_012.php on line 7
/PHP-5.5/ext/sysvshm/tests/
H A D006.phpt36 Warning: shm_remove_var(): variable key -10 doesn't exist in %s006.php on line %d
41 Warning: shm_get_var(): variable key 1 doesn't exist in %s006.php on line %d
44 Warning: shm_remove_var(): variable key 1 doesn't exist in %s006.php on line %d
47 Warning: shm_get_var(): variable key 1 doesn't exist in %s006.php on line %d
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_008.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_resources_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
H A Dserialization_objects_010.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_009.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_objects_007.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.5/ext/standard/tests/url/
H A Dbase64_decode_variation_001.phpt24 //get an unset variable
68 "undefined variable" => $undefined_var,
71 "unset variable" => $unset_var,
94 Error: 8 - Undefined variable: undefined_var, %s(%d)
95 Error: 8 - Undefined variable: unset_var, %s(%d)
172 -- Arg value undefined variable --
175 -- Arg value unset variable --
H A Dbase64_decode_variation_002.phpt24 //get an unset variable
68 "undefined variable" => $undefined_var,
71 "unset variable" => $unset_var,
88 Error: 8 - Undefined variable: undefined_var, %s(%d)
89 Error: 8 - Undefined variable: unset_var, %s(%d)
166 -- Arg value undefined variable --
169 -- Arg value unset variable --
/PHP-5.5/ext/gmp/tests/
H A D018.phpt63 Warning: gmp_strval(): Unable to convert variable to GMP - wrong type in %s on line %d
66 Warning: gmp_strval(): Unable to convert variable to GMP - wrong type in %s on line %d
87 Warning: gmp_strval(): Unable to convert variable to GMP - wrong type in %s on line %d
90 Warning: gmp_strval(): Unable to convert variable to GMP - wrong type in %s on line %d
95 Warning: gmp_sqrtrem(): Unable to convert variable to GMP - wrong type in %s on line %d
/PHP-5.5/ext/curl/tests/
H A Dcurl_multi_getcontent_error4.phpt51 Notice: Undefined variable: ch1 in %s on line %d
55 Notice: Undefined variable: ch1 in %s on line %d
59 Notice: Undefined variable: ch1 in %s on line %d
63 Notice: Undefined variable: ch1 in %s on line %d

Completed in 26 milliseconds

12345678910>>...50