Home
last modified time | relevance | path

Searched refs:val (Results 126 – 150 of 481) sorted by relevance

12345678910>>...20

/PHP-7.2/ext/oci8/tests/
H A Dpecl_bug8816.phpt31 foreach ($values as $val) {
33 $insert = "INSERT INTO t1 VALUES($i, ".$val.")";
38 foreach ($values as $val) {
39 $insert = "INSERT INTO t2 VALUES($i, ".$val.")";
/PHP-7.2/ext/soap/
H A Dphp_xml.h28 …fine get_node_with_attribute(node, name, attr, val) get_node_with_attribute_ex(node, name, NULL, a… argument
29 …ith_attribute_recursive(node, name, attr, val) get_node_with_attribute_recursive_ex(node, name, NU… argument
/PHP-7.2/Zend/tests/
H A Djump15.phpt6 foreach ($ar as $val) {
7 switch ($val) {
H A Dbug64979.phpt21 foreach ($gen as $val) {
22 var_dump($val);
H A Dbug71266.phpt9 foreach ($obj as $val) {
10 var_dump($val);
H A Dbug46409.phpt6 protected $val = 'hello, world';
9 return $this->val;
H A Dclass_constants_003.phpt9 const val = 1;
17 function foo($v = test::val) {
H A Dns_039.phpt9 foreach ($a as $key => $val) {
11 echo "$val\n";
H A Dbug33171.phpt16 foreach ($this as $key => $val)
18 echo "$key => $val\n";
H A Dclass_constants_001.phpt7 const val = "string";
11 var_dump(test::val);
H A Dbug52484_2.phpt7 function __set($prop, $val) {
8 $this->$prop = $val;
/PHP-7.2/Zend/
H A Dzend_builtin_functions.c728 zval *val; in validate_constant_array() local
732 ZVAL_DEREF(val); in validate_constant_array()
761 zval *new_val, *val; in copy_constant_array() local
766 ZVAL_DEREF(val); in copy_constant_array()
777 Z_ADDREF_P(val); in copy_constant_array()
788 zval *val, val_free; in ZEND_FUNCTION() local
795 Z_PARAM_ZVAL(val) in ZEND_FUNCTION()
836 val = Z_OBJ_HT_P(val)->get(val, &rv); in ZEND_FUNCTION()
1961 zval *val; in ZEND_FUNCTION() local
1971 Z_ADDREF_P(val); in ZEND_FUNCTION()
[all …]
/PHP-7.2/ext/spl/tests/
H A Ddit_002.phpt33 $val = $obj->current();
34 if (is_string($val)) {
37 var_dump($val);
H A Diterator_012.phpt18 foreach($it as $key=>$val)
20 echo "$key=>$val\n";
H A Diterator_019.phpt18 foreach($it as $key=>$val)
20 echo "$key=>$val\n";
H A Diterator_069.phpt13 foreach ($recItIt as &$val) echo "$val\n";
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dmktable.c1113 int c, val, enc; in exec() local
1123 val = 0; in exec()
1126 if (IsBlank (enc, c)) val |= BIT_CTYPE_BLANK; in exec()
1127 if (IsCntrl (enc, c)) val |= BIT_CTYPE_CNTRL; in exec()
1129 if (IsGraph (enc, c)) val |= BIT_CTYPE_GRAPH; in exec()
1130 if (IsLower (enc, c)) val |= BIT_CTYPE_LOWER; in exec()
1131 if (IsPrint (enc, c)) val |= BIT_CTYPE_PRINT; in exec()
1132 if (IsPunct (enc, c)) val |= BIT_CTYPE_PUNCT; in exec()
1133 if (IsSpace (enc, c)) val |= BIT_CTYPE_SPACE; in exec()
1136 if (IsWord (enc, c)) val |= BIT_CTYPE_WORD; in exec()
[all …]
/PHP-7.2/ext/mbstring/libmbfl/tests/
H A Dsample.c29 string.val = (unsigned char *)input; in main()
36 puts(ret->val); in main()
/PHP-7.2/ext/tidy/tests/
H A D011.phpt10 foreach($body->attribute as $key=>$val) {
11 echo "Attrib '$key': $val\n";
/PHP-7.2/tests/classes/
H A D__set__get_001.phpt22 function __set($nm, $val) {
23 echo "Setting [$nm] to $val\n";
26 $this->x[$nm] = $val;
/PHP-7.2/tests/lang/
H A Dexecution_order.phpt151 var $val = 10;
166 echo $c->val + ($c->val=200);
170 echo ($c->val=300) + $c->val;
H A Deach_binary_safety.phpt7 while (list($key, $val) = each($arr)) {
9 echo urlencode($key), ' => ', urlencode($val), "\n";
/PHP-7.2/ext/mbstring/tests/
H A Dmb_ereg_search_pos.phpt15 $val=mb_ereg_search_pos("n�ti�n");
17 var_dump($val);
/PHP-7.2/Zend/tests/traits/
H A Dlanguage006.phpt20 public function setWorld($val) {
21 $this->world = $val;
H A Dmethods_001.phpt15 public function __set($attr, $val) {
16 var_dump($attr .'==='. $val);

Completed in 33 milliseconds

12345678910>>...20