Home
last modified time | relevance | path

Searched refs:val (Results 101 – 125 of 469) sorted by relevance

12345678910>>...19

/PHP-7.1/ext/intl/doc/
H A Dcollator_api.php200 * @param int $val Attribute value.
204 public function setAttribute( $attr, $val ) {} argument
373 * @param int $val Attribute value.
377 function collator_set_attribute( $coll, $attr, $val ) {} argument
/PHP-7.1/ext/simplexml/tests/
H A D009.phpt31 foreach($sxe->children() as $name=>$val) {
33 var_dump(get_class($val));
34 var_dump(trim($val));
/PHP-7.1/ext/spl/tests/
H A Diterator_010.phpt8 foreach(new LimitIterator(new EmptyIterator(), 0, 3) as $key => $val)
10 echo "$key=>$val\n";
H A Diterator_017.phpt8 foreach(new LimitIterator(new EmptyIterator(), 0, 3) as $key => $val)
10 echo "$key=>$val\n";
H A Dbug31926.phpt9 foreach($it as $key => $val) {
10 var_dump($key, $val);
/PHP-7.1/Zend/
H A Dzend_string.c152 idx = Z_NEXT(p->val); in zend_new_interned_string_int()
185 Z_STR(p->val) = str; in zend_new_interned_string_int()
186 Z_TYPE_INFO(p->val) = IS_INTERNED_STRING_EX; in zend_new_interned_string_int()
188 Z_NEXT(p->val) = HT_HASH(&CG(interned_strings), nIndex); in zend_new_interned_string_int()
234 HT_HASH(&CG(interned_strings), nIndex) = Z_NEXT(p->val); in zend_interned_strings_restore_int()
237 while (Z_NEXT(HT_HASH_TO_BUCKET(&CG(interned_strings), prev)->val) != idx) { in zend_interned_strings_restore_int()
238 prev = Z_NEXT(HT_HASH_TO_BUCKET(&CG(interned_strings), prev)->val); in zend_interned_strings_restore_int()
240 Z_NEXT(HT_HASH_TO_BUCKET(&CG(interned_strings), prev)->val) = Z_NEXT(p->val); in zend_interned_strings_restore_int()
/PHP-7.1/
H A D.gdbinit213 set $cname = $zobj->ce->name->val
244 ____printzv &$zvalue->value.ref->val $arg1
247 printf "const: %s", $zvalue->value.str->val
337 if $p->val.u1.v.type > 0
344 printf "%s => ", $p->key->val
349 printf "%p\n", (zval *)&$p->val
352 set $zval = (zval *)&$p->val
356 printf "%s\n", (char*)$p->val.value.ptr
418 printf "class %s", $ce->name->val
438 printf "interface %s", $ce->name->val
[all …]
/PHP-7.1/ext/oci8/
H A Doci8_statement.c1389 zval *val; in php_oci_bind_in_callback() local
1396 val = &phpbind->val; in php_oci_bind_in_callback()
1397 ZVAL_DEREF(val); in php_oci_bind_in_callback()
1452 zval *val; in php_oci_bind_out_callback() local
1460 val = &phpbind->val; in php_oci_bind_out_callback()
1461 ZVAL_DEREF(val); in php_oci_bind_out_callback()
1500 zval_ptr_dtor(val); in php_oci_bind_out_callback()
1509 Z_STRVAL_P(val) = ecalloc(1, Z_STRLEN_P(val) + 1); in php_oci_bind_out_callback()
1511 ZVAL_STRINGL(val, NULL, Z_STRLEN(val) + 1); in php_oci_bind_out_callback()
1638 zval *val; in php_oci_bind_array_by_name() local
[all …]
/PHP-7.1/ext/openssl/
H A Dxp_ssl.c267 zval *val; in verify_callback() local
576 memcpy(buf, Z_STRVAL_P(val), Z_STRLEN_P(val)+1); in passwd_callback()
598 zval *val; in win_cert_verify_callback() local
1050 zval *val; in limit_handshake_reneg() local
1094 zval *val; in init_server_reneg_limit() local
1310 zval *val; in enable_server_sni() local
1400 zval *val; in enable_client_sni() local
1488 zval *val; in php_openssl_setup_crypto() local
1852 zval *val; in php_openssl_enable_crypto() local
1861 if (val && zend_is_true(val)) { in php_openssl_enable_crypto()
[all …]
/PHP-7.1/sapi/apache2handler/
H A Dphp_apache.h67 #define APR_ARRAY_FOREACH_OPEN(arr, key, val) \ argument
74 val = elts[i].val;
/PHP-7.1/ext/standard/tests/strings/
H A Dbug27295.phpt8 sscanf( $string, "%s = %[^[]]", $var, $val );
9 echo "$var = $val\n";
/PHP-7.1/Zend/tests/generators/
H A Dyield_array_offset_by_ref.phpt12 foreach ($gen as &$val) {
13 $val *= -1;
/PHP-7.1/ext/standard/tests/array/
H A Darray_fill_keys_error.phpt5 /* Prototype : proto array array_fill_keys(array keys, mixed val)
6 …cription: Create an array using the elements of the first parameter as keys each initialized to val
14 $val = 1;
18 var_dump( array_fill_keys($keys, $val, $extra_arg) );
/PHP-7.1/ext/pdo/tests/
H A Dpdo_032.phpt17 $db->exec('CREATE TABLE test(id int NOT NULL PRIMARY KEY, val VARCHAR(10))');
43 ["val"]=>
50 ["val"]=>
57 ["val"]=>
/PHP-7.1/Zend/tests/
H A Dindirect_method_call_003.phpt12 public function setX($val) {
13 $this->x = $val;
H A Dclosure_005.phpt17 function getIncer($val) {
18 return function() use ($val) {
19 $this->x += $val;
H A Djump05.phpt6 foreach ($ar as $val) {
7 switch ($val) {
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c126 zend_function *function = Z_PTR(p->val); in zend_accel_move_user_functions()
164 ZVAL_NEW_REF(src, &old->val); in zend_clone_zval()
204 Z_NEXT(q->val) = HT_HASH(ht, nIndex); in zend_hash_clone_constants()
212 c = ARENA_REALLOC(Z_PTR(p->val)); in zend_hash_clone_constants()
213 ZVAL_PTR(&q->val, c); in zend_hash_clone_constants()
256 Z_NEXT(q->val) = HT_HASH(ht, nIndex); in zend_hash_clone_methods()
265 ZVAL_PTR(&q->val, ARENA_REALLOC(Z_PTR(p->val))); in zend_hash_clone_methods()
314 Z_NEXT(q->val) = HT_HASH(ht, nIndex); in zend_hash_clone_prop_info()
324 ZVAL_PTR(&q->val, prop_info); in zend_hash_clone_prop_info()
501 function1 = Z_PTR(p->val); in zend_accel_function_hash_copy()
[all …]
/PHP-7.1/ext/mbstring/
H A Dmbstring.c956 *to = result.val; in php_mb_zend_encoding_converter()
2952 efree(ret->val); in PHP_FUNCTION()
3024 efree(ret->val); in PHP_FUNCTION()
3137 efree(ret->val); in PHP_FUNCTION()
3561 efree(ret->val); in PHP_FUNCTION()
3595 efree(ret->val); in PHP_FUNCTION()
3707 efree(ret->val); in PHP_FUNCTION()
4051 efree(ret->val); in php_mb_numericentity_exec()
4200 zval val; in _php_mbstr_parse_mail_headers() local
4248 zval val; in _php_mbstr_parse_mail_headers() local
[all …]
/PHP-7.1/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-7.1/tests/lang/
H A Deach_binary_safety.phpt7 while (list($key, $val) = each($arr)) {
9 echo urlencode($key), ' => ', urlencode($val), "\n";
/PHP-7.1/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp140 zval val; in BreakIterator_get_debug_info() local
154 ZVAL_FALSE(&val); in BreakIterator_get_debug_info()
155 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &val); in BreakIterator_get_debug_info()
158 ZVAL_TRUE(&val); in BreakIterator_get_debug_info()
159 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &val); in BreakIterator_get_debug_info()
162 ZVAL_NULL(&val); in BreakIterator_get_debug_info()
163 zend_hash_str_update(debug_info, "text", sizeof("text") - 1, &val); in BreakIterator_get_debug_info()
169 ZVAL_STRING(&val, const_cast<char*>(typeid(*biter).name())); in BreakIterator_get_debug_info()
170 zend_hash_str_update(debug_info, "type", sizeof("type") - 1, &val); in BreakIterator_get_debug_info()
/PHP-7.1/ext/filter/tests/
H A Dbug7715.phpt19 foreach ($data as $val) {
20 $res = filter_var($val, FILTER_VALIDATE_FLOAT);
/PHP-7.1/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.1/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

Completed in 58 milliseconds

12345678910>>...19