Home
last modified time | relevance | path

Searched refs:var (Results 751 – 775 of 858) sorted by relevance

1...<<3132333435

/PHP-5.5/ext/standard/tests/general_functions/
H A Dintval.phpt9 /* Prototype: int intval( mixed $var [.int $base] );
10 …* Description: Returns the integer value of var, using the specified base for the conversion(the d…
H A Dstrval.phpt7 /* Prototype: string strval ( mixed $var );
8 * Description: Returns the string value of var
H A Dis_resource_basic.phpt5 /* Prototype : bool is_resource ( mixed $var )
H A Ddebug_zval_dump_o.phpt26 var $value1 = 1;
55 var $p = 30;
58 var $class_object1;
62 var $no_member_class_object;
/PHP-5.5/ext/standard/tests/array/
H A Dend_64bit.phpt115 $var=1;
117 var_dump( end($var) );
H A Dend.phpt115 $var=1;
117 var_dump( end($var) );
H A Dsizeof_variation4.phpt2 Test sizeof() function : usage variations - all kinds of unset variables for 'var' argument
5 /* Prototype : int sizeof($mixed var[, int $mode])
57 // loop through the each element of the $values array for 'var' argument
H A Darray_map_object3.phpt34 var $parent_obj;
/PHP-5.5/sapi/apache/
H A Dphp_apache.c440 char *var = NULL, *val = NULL; in PHP_FUNCTION() local
443 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|b", &var, &var_len, &val, &val_len, &top)… in PHP_FUNCTION()
452 …ap_table_setn(r->subprocess_env, ap_pstrndup(r->pool, var, var_len), ap_pstrndup(r->pool, val, val… in PHP_FUNCTION()
/PHP-5.5/build/
H A Dshtool76 for var in \
81 if (set +x; test -z "`(eval $var=C; export $var) 2>&1`"); then
82 eval $var=C; export $var
84 unset $var
/PHP-5.5/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt18 //first() and last() don't read codepoint and set the last code point var to -1
/PHP-5.5/ext/snmp/tests/
H A DREADME35 Before launching daemon make sure that there is no file /var/net-snmp/snmpd.conf
/PHP-5.5/ext/standard/tests/strings/
H A Dbasename_error.phpt15 var_dump( basename("/var/tmp/bar.gz", ".gz", ".gz") );
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_variation4.phpt53 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_basic.phpt57 * replicate a var dump of an array but outputted string values are base64 encoded
H A Dmb_ereg_variation3.phpt49 * replicate a var dump of an array but outputted string values are base64 encoded
/PHP-5.5/ext/ldap/tests/
H A DREADME26 directory /var/lib/openldap-data
/PHP-5.5/Zend/tests/
H A Dclass_name_as_scalar.phpt43 $class = One::class; // assign class as scalar to var
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_014.phpt9 * Source code: ext/standard/var.c
14 * Source code: ext/standard/var.c
H A Dserialization_miscTypes_001.phpt15 * Source code: ext/standard/var.c
20 * Source code: ext/standard/var.c
H A Dserialization_objects_011.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c
H A Dserialization_arrays_002.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c
H A Dserialization_arrays_005.phpt7 * Source code: ext/standard/var.c
12 * Source code: ext/standard/var.c
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation2.phpt29 public $var;
31 $this->var = 10;
/PHP-5.5/ext/standard/tests/file/
H A Dpathinfo_basic.phpt17 "/var/www/html/example.html",
101 %unicode|string%(13) "/var/www/html"
107 %unicode|string%(13) "/var/www/html"

Completed in 31 milliseconds

1...<<3132333435