Home
last modified time | relevance | path

Searched refs:val (Results 176 – 200 of 481) sorted by relevance

12345678910>>...20

/PHP-7.2/ext/spl/examples/
H A Ddbareader.inc22 private $val = false;
66 $this->val = dba_fetch($this->key, $this->db);
74 return $this->val;
/PHP-7.2/Zend/tests/
H A Dbug39449.phpt7 public function & __get($val) {
8 return $this->keys[$val];
H A Dbug37212.phpt10 public function __construct($val)
12 $this->value = $val;
/PHP-7.2/Zend/tests/generators/
H A Dget_return_types.phpt38 function gen5($val) {
39 return (int) $val; // TMP
/PHP-7.2/ext/standard/
H A Dassert.c152 int val; in PHP_FUNCTION() local
205 val = Z_TYPE(retval) == IS_TRUE; in PHP_FUNCTION()
207 val = zend_is_true(assertion); in PHP_FUNCTION()
210 if (val) { in PHP_FUNCTION()
370 zend_string *val = zval_get_string(value); in PHP_FUNCTION() local
371 zend_alter_ini_entry_ex(key, val, PHP_INI_USER, PHP_INI_STAGE_RUNTIME, 0); in PHP_FUNCTION()
372 zend_string_release(val); in PHP_FUNCTION()
/PHP-7.2/ext/pdo/tests/
H A Dpdo_014.phpt19 $db->exec('CREATE TABLE test(id int NOT NULL PRIMARY KEY, val VARCHAR(10), grp VARCHAR(10))');
22 $SELECT = 'SELECT val, grp FROM test';
75 ["val"]=>
82 ["val"]=>
H A Dpdo_015.phpt17 $db->exec('CREATE TABLE test(id int NOT NULL PRIMARY KEY, val VARCHAR(10), val2 VARCHAR(20))');
21 $select1 = $db->prepare('SELECT id, val, val2 FROM test');
22 $select2 = $db->prepare('SELECT val, val2 FROM test');
/PHP-7.2/ext/standard/tests/array/
H A Dbug36975.phpt10 $val = array_pop($a);
11 $a[] = $val;
H A Darray_count_values_variation.phpt27 $arrays = array ("bobk" => "bobv", "val", 6 => "val6", $fp, $ob);
44 ["val"]=>
H A Darray_udiff_basic.phpt11 function __construct($val) {
12 $this->priv_member = $val;
H A Darray_uintersect_assoc_basic.phpt11 function __construct($val) {
12 $this->priv_member = $val;
/PHP-7.2/ext/dba/tests/
H A Ddba_db4_handlers.phpt34 foreach ($h as $key => $val) {
36 echo "$val\n";
/PHP-7.2/ext/standard/tests/math/
H A Dround_error.phpt5 /* Prototype : float round ( float $val [, int $precision ] )
6 * Description: Returns the rounded value of val to specified precision (number of digits
/PHP-7.2/ext/pdo/
H A Dpdo_stmt.c909 zval val; in do_fetch() local
928 zval_dtor(&val); in do_fetch()
1009 zval val; in do_fetch() local
1037 Z_ADDREF(val); in do_fetch()
1084 &val); in do_fetch()
1092 &val); in do_fetch()
1110 …value, ce, (unsigned char *)(Z_TYPE(val) == IS_STRING ? Z_STRVAL(val) : ""), Z_TYPE(val) == IS_STR… in do_fetch()
2569 zval val; in row_prop_exists() local
2572 res = check_empty ? i_zend_is_true(&val) : Z_TYPE(val) != IS_NULL; in row_prop_exists()
2573 zval_dtor(&val); in row_prop_exists()
[all …]
/PHP-7.2/main/
H A Dfastcgi.h82 typedef void (*fcgi_apply_func)(char *var, unsigned int var_len, char *val, unsigned int val_len, v…
114 char* fcgi_putenv(fcgi_request *req, char* var, int var_len, char* val);
116 …* fcgi_quick_putenv(fcgi_request *req, char* var, int var_len, unsigned int hash_value, char* val);
/PHP-7.2/ext/spl/tests/
H A DSplFileObject_fputcsv.phpt37 foreach($res as &$val)
39 $val = substr($val, 0, -1);
/PHP-7.2/ext/standard/tests/file/
H A Dfputcsv_variation15.phpt41 foreach($res as &$val)
43 $val = substr($val, 0, -1);
/PHP-7.2/Zend/
H A Dzend_smart_string.h69 #define smart_string_append_long(str, val) \ argument
70 smart_string_append_long_ex((str), (val), 0)
71 #define smart_string_append_unsigned(str, val) \ argument
72 smart_string_append_unsigned_ex((str), (val), 0)
H A Dzend_string.c126 idx = Z_NEXT(p->val); in zend_interned_string_ht_lookup()
136 zval val; in zend_add_interned_string() local
141 ZVAL_INTERNED_STR(&val, str); in zend_add_interned_string()
143 zend_hash_add_new(interned_strings, str, &val); in zend_add_interned_string()
H A Dzend_portability.h444 double val = 0.0; in _zend_get_inf()
445 ((uint32_t*)&val)[1] = _zend_DOUBLE_INFINITY_HIGH; in _zend_get_inf()
446 ((uint32_t*)&val)[0] = 0; in _zend_get_inf()
447 return val; in _zend_get_inf()
464 double val = 0.0; in _zend_get_nan()
465 ((uint32_t*)&val)[1] = _zend_DOUBLE_QUIET_NAN_HIGH; in _zend_get_nan()
466 ((uint32_t*)&val)[0] = 0; in _zend_get_nan()
467 return val; in _zend_get_nan()
/PHP-7.2/ext/oci8/tests/
H A Dconn_attr_4.phpt61 foreach($values_array as $val ) {
62 oci_set_module_name($c1,$val);
63 oci_set_client_identifier($c1,$val);
64 oci_set_client_info($c1,$val);
65 $r = oci_set_action($c1,$val);
67 echo "Values set successfully to $val\n";
/PHP-7.2/ext/hash/
H A Dhash_sha3.c53 static inline void store64(unsigned char* x, uint64_t val) { in store64() argument
56 x[i] = val & 0xFF; in store64()
57 val >>= 8; in store64()
60 static inline void xor64(unsigned char* x, uint64_t val) { in xor64() argument
63 x[i] ^= val & 0xFF; in xor64()
64 val >>= 8; in xor64()
/PHP-7.2/ext/snmp/
H A Dsnmp.c534 zval val; in php_snmp_getvalue() local
579 ZVAL_STRINGL(&val, (char *)vars->val.bitstring, vars->val_len); in php_snmp_getvalue()
584 ZVAL_STRINGL(&val, (char *)vars->val.string, vars->val_len); in php_snmp_getvalue()
588 ZVAL_NULL(&val); in php_snmp_getvalue()
593 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
598 (vars->val.string)[0], (vars->val.string)[1], in php_snmp_getvalue()
599 (vars->val.string)[2], (vars->val.string)[3]); in php_snmp_getvalue()
601 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
650 ZVAL_STRING(&val, buf); in php_snmp_getvalue()
660 zval_ptr_dtor(&val); in php_snmp_getvalue()
[all …]
/PHP-7.2/tests/lang/
H A DpassByReference_003.phpt5 function passbyVal($val) {
7 var_dump($val);
/PHP-7.2/ext/reflection/tests/
H A DReflectionParameter_003.phpt41 $val = 0;
43 $val = $parameter->getDefaultValue();
44 var_dump($val);

Completed in 49 milliseconds

12345678910>>...20