Home
last modified time | relevance | path

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

12345678910>>...50

/PHP-7.2/ext/standard/tests/math/
H A Dfloor_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 Dceil_variation1.phpt13 //get an unset variable
28 // get a resource variable
62 // resource variable
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 Ddecbin_variation1.phpt17 //get an unset variable
32 // get a resource variable
80 // resource variable
/PHP-7.2/ext/standard/tests/strings/
H A Dchr_variation1.phpt13 //get an unset variable
62 // undefined variable
65 // unset variable
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 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.phpt20 /* get an unset variable */
76 /* undefined variable */
79 /* 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 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-7.2/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-7.2/ext/standard/tests/array/
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 --
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_map_variation5.phpt20 //get an unset variable
24 //get a resource variable
60 // array with object, unset variable and resource variable
/PHP-7.2/tests/lang/
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
H A DpassByReference_003.phpt28 Notice: Undefined variable: undef1 in %s on line 13
35 Notice: Undefined variable: undef1 in %s on line 15
/PHP-7.2/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
/PHP-7.2/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
/PHP-7.2/ext/exif/tests/
H A Dexif_tagname_variation1-64bit.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 Dexif_tagname_variation1.phpt18 // 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-7.2/ext/gmp/tests/
H A Dgmp_strval.phpt40 Warning: gmp_strval(): Unable to convert variable to GMP - string is not an integer in %s on line %d
52 Warning: gmp_strval(): Unable to convert variable to GMP - wrong type in %s on line %d
77 Warning: gmp_strval(): Unable to convert variable to GMP - wrong type in %s on line %d
80 Warning: gmp_strval(): Unable to convert variable to GMP - wrong type in %s on line %d
/PHP-7.2/sapi/apache2handler/
H A Dphp_functions.c256 char *variable=NULL, *string_val=NULL; in PHP_FUNCTION() local
262 …if (zend_parse_parameters(arg_count, "ss|b", &variable, &variable_len, &string_val, &string_val_le… in PHP_FUNCTION()
277 apr_table_set(r->subprocess_env, variable, string_val); in PHP_FUNCTION()
291 char *variable; in PHP_FUNCTION() local
298 if (zend_parse_parameters(arg_count, "s|b", &variable, &variable_len, &walk_to_top) == FAILURE) { in PHP_FUNCTION()
313 env_val = (char*) apr_table_get(r->subprocess_env, variable); in PHP_FUNCTION()
503 ZEND_ARG_INFO(0, variable)
509 ZEND_ARG_INFO(0, variable)

Completed in 46 milliseconds

12345678910>>...50