Home
last modified time | relevance | path

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

12345678910>>...30

/PHP-7.4/ext/standard/tests/general_functions/
H A Derror_get_last.phpt32 Notice: Undefined variable: b in %s on line %d
37 string(21) "Undefined variable: b"
/PHP-7.4/ext/opcache/tests/
H A Dbool_not_cv.phpt29 Notice: Undefined variable: v in %s on line 4
33 Notice: Undefined variable: v in %s on line 10
/PHP-7.4/ext/gmp/tests/
H A Dgmp_invert.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 Dgmp_pown.phpt58 Warning: gmp_powm(): Unable to convert variable to GMP - wrong type in %s on line %d
61 Warning: gmp_powm(): Unable to convert variable to GMP - wrong type in %s on line %d
64 Warning: gmp_powm(): Unable to convert variable to GMP - wrong type in %s on line %d
67 Warning: gmp_powm(): Unable to convert variable to GMP - wrong type in %s on line %d
H A Dgmp_jacobi.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 Dgmp_legendre.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-7.4/ext/json/tests/
H A Djson_encode_basic.phpt9 //get an unset variable
13 // get a resource variable
72 // resource variable
75 // object variable
/PHP-7.4/Zend/
H A Dzend_language_parser.y555 variable { $$ = $1; }
879 variable
885 | variable '=' expr
887 | variable '=' '&' variable
894 | variable T_MUL_EQUAL expr
906 | variable T_OR_EQUAL expr
910 | variable T_SL_EQUAL expr
912 | variable T_SR_EQUAL expr
1140 variable { $$ = $1; }
1165 variable:
[all …]
/PHP-7.4/Zend/tests/
H A Dclosure_018.phpt25 Notice: Only variable references should be returned by reference in %sclosure_018.php on line 7
28 Notice: Only variable references should be returned by reference in %sclosure_018.php on line 7
H A Dclosure_019.phpt23 Notice: Only variable references should be returned by reference in %sclosure_019.php on line 4
26 Notice: Only variable references should be returned by reference in %sclosure_019.php on line 4
/PHP-7.4/ext/standard/tests/strings/
H A Dchr_variation1.phpt13 //get an unset variable
51 // undefined variable
54 // unset variable
/PHP-7.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-7.4/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt6 …PHP_CURL_FTP_REMOTE_SERVER')) exit("skip PHP_CURL_FTP_REMOTE_SERVER env variable is not defined");
7 if (false === getenv('PHP_CURL_FTP_REMOTE_USER')) exit("skip PHP_CURL_FTP_REMOTE_USER env variable
8 …PHP_CURL_FTP_REMOTE_PASSWD')) exit("skip PHP_CURL_FTP_REMOTE_PASSWD env variable is not defined");
/PHP-7.4/ext/standard/tests/array/
H A Dprev_error2.phpt20 echo "\n-- Passing an indirect temporary variable --\n";
25 -- Passing an indirect temporary variable --
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 --
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 Darray_fill_variation3.phpt20 //get an unset variable
43 // undefined variable
46 // unset 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);
80 -- Key in $search array is : undefined variable --
88 -- Key in $search array is : unset variable --
/PHP-7.4/tests/lang/
H A Dbug20175.phpt10 * Storing the result of a function in a static variable.
11 * foo_global() increments global variable $foo_count whenever it is executed.
12 * When foo_static() is called it checks for the static variable $foo_value
34 * Storing a reference to the result of a function in a static variable.
37 * words the return value of bar_global() is a temporary variable only valid
59 * Storing a reference to the result of a function in a static variable.
/PHP-7.4/ext/standard/tests/math/
H A Dfloor_variation1.phpt13 //get an unset variable
28 // get a resource variable
62 // resource variable
H A Dceil_variation1.phpt13 //get an unset variable
28 // get a resource variable
62 // resource variable
/PHP-7.4/ext/standard/tests/file/
H A Dis_file_variation3.phpt14 function flatten($variable) {
16 \var_dump($variable);

Completed in 47 milliseconds

12345678910>>...30