Home
last modified time | relevance | path

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

12345678910>>...21

/php-src/Zend/tests/generators/
H A Dyield_array_offset_by_ref.phpt12 foreach ($gen as &$val) {
13 $val *= -1;
/php-src/ext/standard/tests/strings/
H A Dbug27295.phpt8 sscanf( $string, "%s = %[^[]]", $var, $val );
9 echo "$var = $val\n";
/php-src/ext/zend_test/tests/
H A Ddo_operation_not_cast.phpt17 ["val":"DoOperationNoCast":private]=>
21 ["val":"DoOperationNoCast":private]=>
/php-src/ext/standard/
H A Dvar.c96 zval *val; in php_var_dump() local
172 zval *val; in php_var_dump() local
178 val = Z_INDIRECT_P(val); in php_var_dump()
285 zval *val; in php_debug_zval_dump() local
370 val = Z_INDIRECT_P(val); in php_debug_zval_dump()
494 zval *val; in php_var_export_ex() local
819 if (val == NULL) { in php_var_serialize_try_add_sleep_prop()
823 if (Z_TYPE_P(val) == IS_INDIRECT) { in php_var_serialize_try_add_sleep_prop()
824 val = Z_INDIRECT_P(val); in php_var_serialize_try_add_sleep_prop()
825 if (Z_TYPE_P(val) == IS_UNDEF) { in php_var_serialize_try_add_sleep_prop()
[all …]
H A Darray.c95 if (Z_EXTRA(a->val) > Z_EXTRA(b->val)) { in stable_sort_fallback()
97 } else if (Z_EXTRA(a->val) < Z_EXTRA(b->val)) { in stable_sort_fallback()
293 int result = zend_compare(&f->val, &s->val); in php_array_data_compare_unstable_i()
319 return numeric_compare_function(&f->val, &s->val); in php_array_data_compare_numeric_unstable_i()
325 return string_case_compare_function(&f->val, &s->val); in php_array_data_compare_string_case_unstable_i()
331 return string_compare_function(&f->val, &s->val); in php_array_data_compare_string_unstable_i()
3589 val = &p->val;
3686 val = &p->val;
5103 if (Z_ISREF_P(val) && Z_REFCOUNT_P(val) == 1) {
5104 val = Z_REFVAL_P(val);
[all …]
/php-src/ext/pdo/tests/
H A Dpdo_032.phpt18 $db->exec('CREATE TABLE test032(id int NOT NULL PRIMARY KEY, val VARCHAR(10))');
50 ["val"]=>
57 ["val"]=>
64 ["val"]=>
H A Dpdo_014.phpt18 $db->exec('CREATE TABLE test014(id int NOT NULL PRIMARY KEY, val VARCHAR(10), grp VARCHAR(10))');
21 $SELECT = 'SELECT val, grp FROM test014';
25 public $val;
83 ["val"]=>
90 ["val"]=>
/php-src/Zend/tests/
H A Dindirect_method_call_003.phpt12 public function setX($val) {
13 $this->x = $val;
H A Djump05.phpt6 foreach ($ar as $val) {
7 switch ($val) {
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 Dclosure_005.phpt17 function getIncer($val) {
18 return function() use ($val) {
19 $this->x += $val;
/php-src/ext/mbstring/tests/
H A Dmb_check_encoding_array.phpt10 $arr = [1234, 12.34, TRUE, FALSE, NULL, $str, 'key'=>$str, $str=>'val'];
17 $arr1 = [1234, 12.34, TRUE, FALSE, NULL, 'key'=>$str, $str=>'val'];
20 $arr2 = [1234, 12.34, TRUE, FALSE, NULL, $str=>'val'];
/php-src/ext/filter/tests/
H A Dbug7715.phpt19 foreach ($data as $val) {
20 $res = filter_var($val, FILTER_VALIDATE_FLOAT);
/php-src/Zend/Optimizer/
H A Dzend_optimizer_internal.h54 #define LITERAL_LONG(op, val) do { \ argument
56 ZVAL_LONG(&_c, val); \
60 #define LITERAL_BOOL(op, val) do { \ argument
62 ZVAL_BOOL(&_c, val); \
94 zval *val);
97 zval *val);
102 zval *val);
/php-src/ext/
H A Dext_skel.php168 $val = $argv[$i];
170 if($val[0] != '-' || $val[1] != '-')
175 switch($opt = strtolower(substr($val, 2)))
200 error('Argument "' . $val . '" expects a value, none passed');
209 error('Unsupported argument "' . $val . '" passed');
/php-src/ext/soap/tests/schema/
H A Dtest_schema.inc2 $val = null;
5 global $val;
6 $val = $input;
10 global $HTTP_RAW_POST_DATA, $val;
72 var_dump($val);
/php-src/ext/opcache/tests/jit/
H A Dassign_041.phpt13 function test($val) {
16 var_dump($ref = $val);
/php-src/ext/soap/
H A Dphp_xml.h25 …fine get_node_with_attribute(node, name, attr, val) get_node_with_attribute_ex(node, name, NULL, a… argument
26 …ith_attribute_recursive(node, name, attr, val) get_node_with_attribute_recursive_ex(node, name, NU… argument
/php-src/ext/pgsql/
H A Dpgsql.c4564 ZVAL_DEREF(val); in php_pgsql_convert()
4594 …if (!err && (Z_TYPE_P(val) == IS_ARRAY || Z_TYPE_P(val) == IS_OBJECT || Z_TYPE_P(val) == IS_RESOUR… in php_pgsql_convert()
4641 if (Z_LVAL_P(val)) { in php_pgsql_convert()
4686 ZVAL_STRINGL(&new_val, Z_STRVAL_P(val), Z_STRLEN_P(val)); in php_pgsql_convert()
4838 ZVAL_STRINGL(&new_val, Z_STRVAL_P(val), Z_STRLEN_P(val)); in php_pgsql_convert()
4911 switch(Z_TYPE_P(val)) { in php_pgsql_convert()
5284 zval *val, converted; in php_pgsql_insert() local
5337 switch (Z_TYPE_P(val)) { in php_pgsql_insert()
5490 zval *val; in build_assignment_string() local
5504 if (where_cond && (Z_TYPE_P(val) == IS_TRUE || Z_TYPE_P(val) == IS_FALSE || in build_assignment_string()
[all …]
/php-src/ext/spl/tests/
H A Diterator_012.phpt18 foreach($it as $key=>$val)
20 echo "$key=>$val\n";
H A Ddit_002.phpt33 $val = $obj->current();
34 if (is_string($val)) {
37 var_dump($val);
/php-src/ext/ffi/tests/
H A D026.phpt13 foreach ($a as &$val) {
14 $val->cdata += 5;
/php-src/ext/reflection/tests/
H A D008.phpt8 foreach ($a as $val) {
10 new ReflectionMethod($val);
16 ReflectionMethod::createFromMethodName($val);
25 foreach ($a as $key=>$val) {
27 new ReflectionMethod($val, $b[$key]);
/php-src/ext/standard/tests/array/
H A Dcompact_basic.phpt14 $d=array("key"=>"val");
39 string(3) "val"
56 string(3) "val"

Completed in 63 milliseconds

12345678910>>...21