Home
last modified time | relevance | path

Searched refs:val (Results 76 – 100 of 411) sorted by relevance

12345678910>>...17

/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc62 'val' => NULL,
67 'val' => NULL,
73 'val' => NULL,
83 'val' => NULL,
88 'val' => NULL,
93 'val' => NULL,
99 'val' => NULL,
104 'val' => NULL,
109 'val' => 0,
114 'val' => NULL,
[all …]
/PHP-5.5/ext/exif/
H A Dexample.php17 foreach($section as $name=>$val) {
18 echo "$key.$name: $val<br>\n";
/PHP-5.5/sapi/apache2filter/
H A Dphp_apache.h64 #define APR_ARRAY_FOREACH_OPEN(arr, key, val) \ argument
71 val = elts[i].val;
H A Dphp_functions.c157 char *key, *val; in PHP_FUNCTION() local
164 APR_ARRAY_FOREACH_OPEN(arr, key, val) in PHP_FUNCTION()
165 if (!val) val = ""; in PHP_FUNCTION()
166 add_assoc_string(return_value, key, val, 1); in PHP_FUNCTION()
177 char *key, *val; in PHP_FUNCTION() local
184 APR_ARRAY_FOREACH_OPEN(arr, key, val) in PHP_FUNCTION()
185 if (!val) val = ""; in PHP_FUNCTION()
186 add_assoc_string(return_value, key, val, 1); in PHP_FUNCTION()
H A Dsapi_apache2.c98 char *val, *ptr; in php_apache_sapi_header_handler() local
116 if (!val) { in php_apache_sapi_header_handler()
120 ptr = val; in php_apache_sapi_header_handler()
122 *val = '\0'; in php_apache_sapi_header_handler()
125 val++; in php_apache_sapi_header_handler()
126 } while (*val == ' '); in php_apache_sapi_header_handler()
229 char *key, *val; in php_apache_sapi_register_variables() local
232 APR_ARRAY_FOREACH_OPEN(arr, key, val) in php_apache_sapi_register_variables()
233 if (!val) { in php_apache_sapi_register_variables()
234 val = ""; in php_apache_sapi_register_variables()
[all …]
/PHP-5.5/ext/dom/tests/
H A Ddomxpath.phpt11 $val = 0;
14 $val += $node->textContent;
16 if ($val > 0) {
17 return $val/$count;
/PHP-5.5/ext/intl/tests/
H A Dcollator_get_set_strength.phpt16 function check_set_strength( $coll, $val )
18 ut_coll_set_strength( $coll, $val );
20 return ( $new_val == $val ? "ok" : "failed" ) . "\n";
/PHP-5.5/ext/spl/examples/
H A Ddba_dump.php38 foreach($db as $key => $val) {
39 echo "'$key' => '$val'\n";
/PHP-5.5/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-5.5/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-5.5/sapi/apache2handler/
H A Dphp_apache.h58 #define APR_ARRAY_FOREACH_OPEN(arr, key, val) \ argument
65 val = elts[i].val;
/PHP-5.5/ext/sockets/
H A Dmulticast.c71 ind = if_nametoindex(val); in php_string_to_if_index()
92 if (Z_TYPE_P(val) == IS_LONG) { in php_get_if_index_from_zval()
93 if (Z_LVAL_P(val) < 0 || Z_LVAL_P(val) > UINT_MAX) { in php_get_if_index_from_zval()
99 *out = Z_LVAL_P(val); in php_get_if_index_from_zval()
103 zval_add_ref(&val); in php_get_if_index_from_zval()
104 convert_to_string_ex(&val); in php_get_if_index_from_zval()
106 zval_ptr_dtor(&val); in php_get_if_index_from_zval()
117 zval **val; in php_get_if_index_from_array() local
130 zval **val, in php_get_address_from_array() local
137 valcp = *val; in php_get_address_from_array()
[all …]
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c72 char *val; in PHP_INI_MH() local
74 val = strchr(key, '='); in PHP_INI_MH()
75 if (val) { in PHP_INI_MH()
79 *val++ = '\0'; in PHP_INI_MH()
85 zend_hash_add(ctx->tags, key, keylen, val, strlen(val)+1, NULL); in PHP_INI_MH()
228 smart_str_append(&ctx->result, &ctx->val); in tag_arg()
281 char *e, *p = zend_memnstr(ctx->val.c, "://", sizeof("://") - 1, ctx->val.c + ctx->val.len); in handle_form()
283 e = memchr(p, '/', (ctx->val.c + ctx->val.len) - p); in handle_form()
285 e = ctx->val.c + ctx->val.len; in handle_form()
1016 smart_str val; in php_url_scanner_add_var() local
[all …]
H A Durl_scanner_ex.re70 char *val;
72 val = strchr(key, '=');
73 if (val) {
77 *val++ = '\0';
82 val is stored WITH NUL */
83 zend_hash_add(ctx->tags, key, keylen, val, strlen(val)+1, NULL);
217 char *e, *p = zend_memnstr(ctx->val.c, "://", sizeof("://") - 1, ctx->val.c + ctx->val.len);
219 e = memchr(p, '/', (ctx->val.c + ctx->val.len) - p);
221 e = ctx->val.c + ctx->val.len;
468 smart_str val;
[all …]
/PHP-5.5/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-5.5/ext/standard/tests/strings/
H A Dbug27295.phpt8 sscanf( $string, "%s = %[^[]]", $var, $val );
9 echo "$var = $val\n";
/PHP-5.5/Zend/tests/generators/
H A Dyield_array_offset_by_ref.phpt12 foreach ($gen as &$val) {
13 $val *= -1;
/PHP-5.5/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-5.5/ext/standard/tests/array/
H A Darray_fill_keys_error.phpt5 /* Prototype : proto array array_fill_keys(array keys, mixed val)
6 …ription: 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-5.5/Zend/tests/
H A Dclosure_005.phpt17 function getIncer($val) {
18 return function() use ($val) {
19 $this->x += $val;
H A Dindirect_method_call_003.phpt12 public function setX($val) {
13 $this->x = $val;
H A Dbug52484_2.phpt7 function __set($prop, $val) {
8 $this->$prop = $val;
/PHP-5.5/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);

Completed in 98 milliseconds

12345678910>>...17