Home
last modified time | relevance | path

Searched refs:variable (Results 76 – 100 of 1263) sorted by relevance

12345678910>>...51

/PHP-5.4/ext/standard/tests/strings/
H A Dstripcslashes_variation1.phpt18 // get an unset variable
65 // undefined variable
68 // unset variable
104 Notice: Undefined variable: undefined_var in %s on line %d
106 Notice: Undefined variable: unset_var in %s on line %d
H A Dstrrchr_variation9.phpt16 // get an unset variable
73 // undefined variable
76 // unset variable
112 //resource variable in string form
115 //undefined variable in string form
H A Dstrrchr_variation10.phpt16 // get an unset variable
62 //resource variable in string form
65 //undefined variable in string form
113 // undefined variable
116 // unset variable
H A Dstrncmp_variation5.phpt18 /* get an unset variable */
74 /* undefined variable */
77 /* 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 Dstrtok_variation1.phpt18 // get an unset variable
72 // undefined variable
75 // unset variable
105 Notice: Undefined variable: undefined_var in %s on line %d
107 Notice: Undefined variable: unset_var in %s on line %d
H A Dchr_variation1.phpt13 //get an unset variable
62 // undefined variable
65 // unset variable
/PHP-5.4/ext/standard/tests/serialize/
H A Dserialization_error_002.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_003.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_004.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/gmp/tests/
H A D024.phpt52 Warning: gmp_jacobi(): Unable to convert variable to GMP - wrong type in %s on line %d
55 Warning: gmp_jacobi(): Unable to convert variable to GMP - wrong type in %s on line %d
58 Warning: gmp_jacobi(): Unable to convert variable to GMP - wrong type in %s on line %d
H A D025.phpt52 Warning: gmp_legendre(): Unable to convert variable to GMP - wrong type in %s on line %d
55 Warning: gmp_legendre(): Unable to convert variable to GMP - wrong type in %s on line %d
58 Warning: gmp_legendre(): Unable to convert variable to GMP - wrong type in %s on line %d
/PHP-5.4/Zend/
H A Dzend_language_parser.y301 | T_RETURN variable ';' { zend_do_return(&$2, 1 TSRMLS_CC); }
308 | T_FOREACH '(' variable T_AS
428 variable { zend_check_writable_variable(&$1); $$ = $1; }
975 variable { zend_do_end_variable_parse(&$1, BP_VAR_R, 0 TSRMLS_CC); $$ = $1; }
980 variable { zend_do_end_variable_parse(&$1, BP_VAR_W, 0 TSRMLS_CC); $$ = $1;
985 variable { zend_do_end_variable_parse(&$1, BP_VAR_RW, 0 TSRMLS_CC); $$ = $1;
989 variable:
1103 variable { zend_do_add_list_element(&$1 TSRMLS_CC); }
1140 | T_CURLY_OPEN variable '}' { $$ = $2; }
1153 | T_EMPTY '(' variable ')' { zend_do_isset_or_isempty(ZEND_ISEMPTY, &$$, &$3 TSRMLS_CC); }
[all …]
/PHP-5.4/ext/standard/tests/array/
H A Darray_unique_variation4.phpt17 // get an unset variable
21 // get a resource variable
52 // array with object, unset variable and resource variable
H A Dprev_error2.phpt20 echo "\n-- Passing an indirect temporary variable --\n";
25 -- Passing an indirect temporary variable --
H A Darray_unique_variation3.phpt17 // get an unset variable
21 // get a resource variable
52 // array with object, unset variable and resource variable
H A Darray_key_exists_variation6.phpt25 'undefined variable' => @$undefined,
26 'unset variable' => @$unset);
81 -- Key in $search array is : undefined variable --
89 -- Key in $search array is : unset variable --
H A Darray_fill_variation3.phpt20 //get an unset variable
43 // undefined variable
46 // unset variable
/PHP-5.4/ext/reflection/tests/
H A DReflectionMethod_invoke_error2.phpt28 Notice: Undefined variable: a in %s on line %d
30 Notice: Undefined variable: b in %s on line %d
/PHP-5.4/tests/lang/
H A Dbug20175.phpt12 * Storing the result of a function in a static variable.
13 * foo_global() increments global variable $foo_count whenever it is executed.
14 * When foo_static() is called it checks for the static variable $foo_value
36 * Storing a reference to the result of a function in a static variable.
39 * words the return value of bar_global() is a temporary variable only valid
61 * Storing a reference to the result of a function in a static variable.
H A Dbug22510.phpt99 Notice: Only variable references should be returned by reference in %s on line %d
102 Notice: Only variable references should be returned by reference in %s on line %d
121 Notice: Only variable references should be returned by reference in %s on line %d
124 Notice: Only variable references should be returned by reference in %s on line %d
/PHP-5.4/ext/json/tests/
H A Djson_encode_basic.phpt18 //get an unset variable
22 // get a resource variable
82 // resource variable
85 // object variable
/PHP-5.4/Zend/RFCs/
H A D003.txt13 type (the array and variable function come to mind). For userland
24 Loose typing mostly means evaluating the contents of the variable and
25 not the type of the variable itself. The requirements for this would
40 need to use a variable correctly.
/PHP-5.4/ext/standard/tests/math/
H A Dceil_variation1.phpt13 //get an unset variable
28 // get a resource variable
62 // resource variable
H A Dbase_convert_variation1.phpt12 //get an unset variable
22 // get a resource variable
66 // resource variable
H A Dfloor_variation1.phpt13 //get an unset variable
28 // get a resource variable
62 // resource variable

Completed in 40 milliseconds

12345678910>>...51