Home
last modified time | relevance | path

Searched refs:var (Results 151 – 175 of 858) sorted by relevance

12345678910>>...35

/PHP-5.5/ext/wddx/tests/
H A Dbug52468.phpt12 …er><comment>my_command</comment></header><data><struct><var name='handle'><number></number></var><…
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c157 char *var; member
266 memcmp(p->var, var, var_len) == 0) { in fcgi_hash_set()
289 p->var = fcgi_hash_strndup(h, var, var_len); in fcgi_hash_set()
303 memcmp((*p)->var, var, var_len) == 0) { in fcgi_hash_del()
322 memcmp(p->var, var, var_len) == 0) { in fcgi_hash_get()
1024 memcpy(p, q->var, q->var_len); in fcgi_read_request()
1474 return fcgi_hash_get(&req->env, FCGI_HASH_FUNC(var, var_len), (char*)var, var_len, &val_len);
1488 fcgi_hash_del(&req->env, FCGI_HASH_FUNC(var, var_len), var, var_len);
1534 zval ** var = (zval **)ptr; local
1535 pefree(Z_STRVAL_PP(var), 1);
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dvar_export_error3.phpt5 /* Prototype : mixed var_export(mixed var [, bool return])
7 * Source code: ext/standard/var.c
H A Dgetservbyname_variation2.phpt20 foreach ( $variation_array as $var ) {
21 var_dump(getservbyname( $var , $protocol ) );
H A Dgetservbyname_variation4.phpt21 foreach ( $variation_array as $var ) {
22 var_dump(getservbyname( $var , $protocol ) );
H A Dgetservbyname_variation11.phpt20 foreach ( $variation_array as $var ) {
21 var_dump(getservbyname( $service, $var ) );
H A Dvar_export_error2.phpt5 /* Prototype : mixed var_export(mixed var [, bool return])
7 * Source code: ext/standard/var.c
H A Dinclude_path.phpt9 var_dump(get_include_path("var"));
17 var_dump(set_include_path("var"));
58 string(3) "var"
H A Dis_callable_variation2.phpt8 /* Prototype: bool is_callable ( mixed $var [, bool $syntax_only [, string &$callable_name]] );
10 In case of objects, $var = array($SomeObject, 'MethodName')
21 var_dump( is_callable($func) ); //given only $var argument
22 var_dump( is_callable($func, TRUE) ); //given $var and $syntax argument
25 var_dump( is_callable($func, FALSE) ); //given $var and $syntax argument
H A Dget_cfg_var_variation5.phpt26 foreach ( $variation_array as $var ) {
27 var_dump(get_cfg_var( $var ) );
H A Dgetservbyname_variation14.phpt24 foreach ( $variation_array as $var ) {
25 var_dump(getservbyname( $service, $var ) );
H A Dgetservbyname_variation7.phpt24 foreach ( $variation_array as $var ) {
25 var_dump(getservbyname( $var , $protocol ) );
/PHP-5.5/ext/session/tests/
H A Dsession_encode_serialize.phpt13 $_SESSION['var'] = 123;
22 string(51) "a:3:{i:-3;s:3:"foo";i:3;s:3:"bar";s:3:"var";i:123;}"
H A Dbug26862.phpt12 output_add_rewrite_var('var', 'value');
22 <a href="file.php?var=value">link</a><a href="file.php">link</a>
/PHP-5.5/ext/standard/tests/file/
H A Dfile_get_contents_basic001.phpt12 $var = file_get_contents($temp_filename);
13 echo $var;
/PHP-5.5/Zend/tests/
H A Dbug54367.phpt13 return function ($var) use ($offset) { // here is the problem
14 var_dump($offset, $var);
H A Dbug40770.phpt16 $var = '';
18 $var.= str_repeat('a',1*1024*1024);
/PHP-5.5/ext/standard/tests/array/
H A Dcount_variation1.phpt2 Test count() function : usage variations - Pass different data types as $var arg
5 /* Prototype : int count(mixed $var [, int $mode])
11 * aPass different data types as $var argument to count() to test behaviour
36 // unexpected values to be passed to $var argument
H A Dsizeof_variation1.phpt5 /* Prototype : int sizeof($mixed var[, int $mode])
54 // loop through the each value of the array for 'var' argument and check the behaviour of sizeof()
60 $var = $values[$i];
63 var_dump( sizeof($var) );
67 var_dump( sizeof($var, COUNT_NORMAL) );
71 var_dump( sizeof($var, COUNT_RECURSIVE) );
H A Dcount_error.phpt5 /* Prototype : int count(mixed var [, int mode])
22 $var = 1;
25 var_dump( count($var, $mode, $extra_arg) );
/PHP-5.5/ext/oci8/
H A Doci8_statement.c1044 if (Z_TYPE_P(var) == IS_RESOURCE || Z_TYPE_P(var) == IS_OBJECT) { in php_oci_bind_by_name()
1059 if (Z_TYPE_P(var) == IS_RESOURCE || Z_TYPE_P(var) == IS_OBJECT) { in php_oci_bind_by_name()
1067 value_sz = (Z_TYPE_P(var) == IS_STRING) ? Z_STRLEN_P(var) : 0; in php_oci_bind_by_name()
1116 bindp->zval = var; in php_oci_bind_by_name()
1118 zval_add_ref(&var); in php_oci_bind_by_name()
1466 bindp->zval = var; in php_oci_bind_array_by_name()
1471 zval_add_ref(&var); in php_oci_bind_array_by_name()
1513 hash = HASH_OF(var); in php_oci_bind_array_helper_string()
1582 hash = HASH_OF(var); in php_oci_bind_array_helper_number()
1620 hash = HASH_OF(var); in php_oci_bind_array_helper_double()
[all …]
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation13.phpt19 * var - T_VAR(347), abstract - T_ABSTRACT(345),
29 public const var $var = 10;
33 private var $a;
34 public var $b;
35 protected var $c;
161 string(3) "var"
179 string(4) "$var"
326 string(3) "var"
383 string(3) "var"
440 string(3) "var"
/PHP-5.5/sapi/cgi/tests/
H A D003.phpt21 public $var = "test"; //test var
49 class test { public $var = "test"; private $pri; function foo() { } } ?>
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_precision_001.phpt9 * Source code: ext/standard/var.c
14 * Source code: ext/standard/var.c
H A Dserialization_precision_002.phpt9 * Source code: ext/standard/var.c
14 * Source code: ext/standard/var.c

Completed in 90 milliseconds

12345678910>>...35