Home
last modified time | relevance | path

Searched refs:val (Results 26 – 50 of 485) sorted by relevance

12345678910>>...20

/PHP-8.1/sapi/apache2handler/
H A Dphp_functions.c178 char *key, *val; in PHP_FUNCTION() local
190 if (!val) val = ""; in PHP_FUNCTION()
201 char *key, *val; in PHP_FUNCTION() local
213 if (!val) val = ""; in PHP_FUNCTION()
437 char *key, *val; in PHP_MINFO_FUNCTION() local
443 if (!val) { in PHP_MINFO_FUNCTION()
444 val = ""; in PHP_MINFO_FUNCTION()
458 if (!val) { in PHP_MINFO_FUNCTION()
459 val = ""; in PHP_MINFO_FUNCTION()
467 if (!val) { in PHP_MINFO_FUNCTION()
[all …]
/PHP-8.1/Zend/tests/
H A Ddebug_info-error-empty_str.phpt7 public $val;
9 return $this->val;
11 public function __construct($val) {
12 $this->val = $val;
H A Ddebug_info-error-0.0.phpt7 public $val;
9 return $this->val;
11 public function __construct($val) {
12 $this->val = $val;
H A Ddebug_info-error-1.0.phpt7 public $val;
9 return $this->val;
11 public function __construct($val) {
12 $this->val = $val;
H A Ddebug_info-error-false.phpt7 public $val;
9 return $this->val;
11 public function __construct($val) {
12 $this->val = $val;
H A Ddebug_info-error-str.phpt7 public $val;
9 return $this->val;
11 public function __construct($val) {
12 $this->val = $val;
H A Ddebug_info-error-true.phpt7 public $val;
9 return $this->val;
11 public function __construct($val) {
12 $this->val = $val;
H A Ddebug_info-error-object.phpt7 public $val;
9 return $this->val;
11 public function __construct($val) {
12 $this->val = $val;
H A Ddebug_info-error-resource.phpt9 public $val;
11 return $this->val;
13 public function __construct($val) {
14 $this->val = $val;
/PHP-8.1/ext/fileinfo/libmagic/
H A Dmagic.c349 ms->bytes_max = *CAST(const size_t *, val); in magic_setparam()
352 ms->encoding_max = *CAST(const size_t *, val); in magic_setparam()
361 magic_getparam(struct magic_set *ms, int param, void *val) in magic_getparam() argument
367 *CAST(size_t *, val) = ms->indir_max; in magic_getparam()
370 *CAST(size_t *, val) = ms->name_max; in magic_getparam()
373 *CAST(size_t *, val) = ms->elf_phnum_max; in magic_getparam()
376 *CAST(size_t *, val) = ms->elf_shnum_max; in magic_getparam()
379 *CAST(size_t *, val) = ms->elf_notes_max; in magic_getparam()
382 *CAST(size_t *, val) = ms->regex_max; in magic_getparam()
385 *CAST(size_t *, val) = ms->bytes_max; in magic_getparam()
[all …]
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_074.phpt8 public int $val;
17 unset($test->val);
20 var_dump($test->val);
32 ["val"]=>
35 Cannot assign string to property Test::$val of type int
39 ["val"]=>
H A Dscalar_constant_defaults.phpt46 echo "Testing int val" . PHP_EOL;
49 echo "Testing float val" . PHP_EOL;
52 echo "Testing string val" . PHP_EOL;
55 echo "Testing int add val" . PHP_EOL;
58 echo "Testing float add val" . PHP_EOL;
86 Testing int val
88 Testing float val
90 Testing string val
92 Testing int add val
94 Testing float add val
[all …]
H A Dtyped_properties_072.phpt7 public int $val;
15 unset($test->val);
17 var_dump($test->val);
22 ["val"]=>
/PHP-8.1/ext/opcache/tests/jit/
H A Dgh11917.phpt14 function bitwise_small_split($val)
22 $len = count($val);
23 $val[] = 0;
27 $digit = $val[$i] & $mask;
29 $val[$i] >>= $split;
41 $digit |= ($val[$i] & $tempmask) << $remaining;
42 $val[$i] >>= $overflow;
/PHP-8.1/ext/spl/tests/
H A Darray_013.phpt16 foreach($it as $key => $val)
18 echo "$key=>$val\n";
26 foreach(new NoRewindIterator($it) as $key => $val)
28 echo "$key=>$val\n";
45 foreach($it as $key => $val)
47 echo "$key=>$val\n";
55 foreach(new NoRewindIterator($it) as $key => $val)
57 echo "$key=>$val\n";
H A Diterator_011.phpt8 foreach(new LimitIterator(new InfiniteIterator(new EmptyIterator()), 0, 3) as $key=>$val)
10 echo "$key=>$val\n";
18 foreach($it as $val=>$key)
20 echo "$val=>$key\n";
29 foreach($it as $val=>$key)
31 echo "$val=>$key\n";
/PHP-8.1/ext/standard/tests/array/
H A Darray_fill_variation3.phpt2 Test array_fill() function : usage variations - unexpected values for 'val' argument
6 * testing array_fill() by passing different unexpected values for 'val' argument
30 //array of different values for 'val' argument
45 // loop through each element of the array for 'val' argument
47 echo "--- Testing array_fill() with different values for 'val' argument ---\n";
52 $val = $values[$index];
54 var_dump( array_fill($start_key , $num , $val) );
63 --- Testing array_fill() with different values for 'val' argument ---
H A Dbug45312.phpt7 function __construct($val) {
8 $this->priv_member = $val;
26 foreach($result as $val) {
27 $val->dump();
30 foreach($result as $val) {
31 $val->dump();
/PHP-8.1/ext/pdo/tests/
H A Dpdo_005.phpt23 $stmt = $db->prepare('SELECT id, val, val2 from test');
28 protected $val;
59 ["val"]=>
68 ["val"]=>
77 ["val"]=>
88 ["val":protected]=>
97 ["val":protected]=>
106 ["val":protected]=>
120 ["val":protected]=>
133 ["val":protected]=>
[all …]
/PHP-8.1/ext/mbstring/
H A Dmb_gpc.c178 char *var, *val; in _php_mb_encoding_handler_ex() local
218 val = strchr(var, '='); in _php_mb_encoding_handler_ex()
219 if (val) { /* have a value */ in _php_mb_encoding_handler_ex()
224 *val++ = '\0'; in _php_mb_encoding_handler_ex()
225 val_list[n] = val; in _php_mb_encoding_handler_ex()
226 len_list[n] = php_url_decode(val, strlen(val)); in _php_mb_encoding_handler_ex()
298 var = (char *)resvar.val; in _php_mb_encoding_handler_ex()
306 val = (char *)resval.val; in _php_mb_encoding_handler_ex()
309 val = val_list[n]; in _php_mb_encoding_handler_ex()
314 val = estrndup(val, val_len); in _php_mb_encoding_handler_ex()
[all …]
/PHP-8.1/tests/lang/
H A DpassByReference_005.phpt6 function v($val) {
7 $val = "Val changed";
19 function vr($val, &$ref) {
20 $val = "Val changed";
24 function rv(&$ref, $val) {
25 $val = "Val changed";
37 $val = "Val changed";
41 function v($val) {
42 $val = "Val changed";
55 $val = "Val changed";
[all …]
H A Dforeach_with_references_001.phpt8 foreach($arr as $key => $val) {
9 $val = $key;
14 foreach($arr as $key => &$val) {
15 $val = $key;
/PHP-8.1/Zend/
H A Dzend_hash.c1187 Z_NEXT(p->val) = Z_NEXT(b->val); in zend_hash_set_bucket_key()
1207 Z_NEXT(b->val) = Z_NEXT(p->val); in zend_hash_set_bucket_key()
2503 val = p->val; in zend_hash_bucket_swap()
2507 p->val = q->val; in zend_hash_bucket_swap()
2511 q->val = val; in zend_hash_bucket_swap()
2520 val = p->val; in zend_hash_bucket_renum_swap()
2521 p->val = q->val; in zend_hash_bucket_renum_swap()
2522 q->val = val; in zend_hash_bucket_renum_swap()
2530 val = p->val; in zend_hash_bucket_packed_swap()
2533 p->val = q->val; in zend_hash_bucket_packed_swap()
[all …]
H A Dzend_vm_trace_handlers.h56 if (Z_LVAL(p1->val) < Z_LVAL(p2->val)) { in zend_vm_trace_compare()
58 } else if (Z_LVAL(p1->val) > Z_LVAL(p2->val)) { in zend_vm_trace_compare()
68 zval *val; in zend_vm_trace_finish() local
74 ZEND_HASH_FOREACH_STR_KEY_VAL(&vm_trace_ht, key, val) { in zend_vm_trace_finish()
75 fprintf(f, "%s "ZEND_LONG_FMT"\n", ZSTR_VAL(key), Z_LVAL_P(val)); in zend_vm_trace_finish()
/PHP-8.1/ext/simplexml/tests/
H A Dbug36611.phpt19 $val = 1;
21 var_dump($val);
22 $xml->pos["act_idx"] = $val;
23 var_dump($val);

Completed in 49 milliseconds

12345678910>>...20