Home
last modified time | relevance | path

Searched refs:value (Results 151 – 175 of 2100) sorted by relevance

12345678910>>...84

/PHP-5.5/ext/standard/tests/strings/
H A Dstrcspn_variation3.phpt90 foreach($values as $value) {
91 echo "\n-- Iteration with start value as \"$value\" --\n";
92 var_dump( strcspn($str,$mask,$value) ); // with default len value
164 -- Iteration with start value as "" --
168 -- Iteration with start value as "" --
176 -- Iteration with start value as "" --
184 -- Iteration with start value as "" --
188 -- Iteration with start value as "" --
196 -- Iteration with start value as "" --
228 -- Iteration with start value as "" --
[all …]
H A Dstrspn_variation3.phpt90 foreach($values as $value) {
91 echo "\n-- Iteration with start value as \"$value\" --\n";
92 var_dump( strspn($str,$mask,$value) ); // with default len value
164 -- Iteration with start value as "" --
168 -- Iteration with start value as "" --
176 -- Iteration with start value as "" --
184 -- Iteration with start value as "" --
188 -- Iteration with start value as "" --
196 -- Iteration with start value as "" --
228 -- Iteration with start value as "" --
[all …]
H A Dwordwrap_variation5.phpt21 echo "\n-- Testing wordwrap() with default break value and single space as value --\n";
22 echo "-- with default break and cut value --\n";
23 var_dump( wordwrap($str, $width) ); // default break and cut value
25 echo "-- with default cut value --\n";
31 echo "-- with cut value as false --\n";
36 echo "-- with cut value as true --\n";
46 -- Testing wordwrap() with default break value and single space as value --
47 -- with default break and cut value --
51 -- with default cut value --
54 -- with cut value as false --
[all …]
/PHP-5.5/ext/reflection/tests/
H A Dbug40431.phpt8 $Obj->value = 'value';
28 $Obj->value = 'value';
45 $Obj->value = 'value';
59 private $value = 1;
66 $Obj->value = 'value';
85 string(5) "value"
99 string(5) "value"
113 string(5) "value"
127 string(5) "value"
H A DReflectionParameter_canBePassedByValue.phpt13 echo "Can be passed by value: ", $parameter->canBePassedByValue()?"yes":"no", "\n";
42 Can be passed by value: yes
46 Can be passed by value: yes
50 Can be passed by value: yes
54 Can be passed by value: yes
58 Can be passed by value: yes
62 Can be passed by value: yes
68 Can be passed by value: no
72 Can be passed by value: yes
78 Can be passed by value: no
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Dasort_variation10.phpt13 * 1.flag value as defualt
26 echo "\n-- Testing asort() by supplying octal value array, 'flag' value is defualt --\n";
31 echo "\n-- Testing asort() by supplying octal value array, 'flag' value is SORT_REGULAR --\n";
36 echo "\n-- Testing asort() by supplying octal value array, 'flag' value is SORT_NUMERIC --\n";
46 -- Testing asort() by supplying octal value array, 'flag' value is defualt --
69 -- Testing asort() by supplying octal value array, 'flag' value is SORT_REGULAR --
92 -- Testing asort() by supplying octal value array, 'flag' value is SORT_NUMERIC --
H A Darsort_variation10.phpt13 * 1.flag value as defualt
26 echo "\n-- Testing arsort() by supplying octal value array, 'flag' value is defualt --\n";
31 echo "\n-- Testing arsort() by supplying octal value array, 'flag' value is SORT_REGULAR --\n";
36 echo "\n-- Testing arsort() by supplying octal value array, 'flag' value is SORT_NUMERIC --\n";
46 -- Testing arsort() by supplying octal value array, 'flag' value is defualt --
69 -- Testing arsort() by supplying octal value array, 'flag' value is SORT_REGULAR --
92 -- Testing arsort() by supplying octal value array, 'flag' value is SORT_NUMERIC --
H A Dsort_variation10.phpt14 * 1.flag value as defualt
24 echo "\n-- Testing sort() by supplying octal value array, 'flag' value is defualt --\n";
29 echo "\n-- Testing sort() by supplying octal value array, 'flag' value is SORT_REGULAR --\n";
34 echo "\n-- Testing sort() by supplying octal value array, 'flag' value is SORT_NUMERIC --\n";
44 -- Testing sort() by supplying octal value array, 'flag' value is defualt --
67 -- Testing sort() by supplying octal value array, 'flag' value is SORT_REGULAR --
90 -- Testing sort() by supplying octal value array, 'flag' value is SORT_NUMERIC --
H A Dkrsort_variation6.phpt13 * 1.flag value as defualt
26 echo "\n-- Testing krsort() by supplying hexadecimal value array, 'flag' value is defualt --\n";
31 echo "\n-- Testing krsort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --\…
36 echo "\n-- Testing krsort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --\…
46 -- Testing krsort() by supplying hexadecimal value array, 'flag' value is defualt --
69 -- Testing krsort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --
92 -- Testing krsort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --
H A Dsort_variation6.phpt13 * flag value as defualt
23 echo "\n-- Testing sort() by supplying hexadecimal value array, 'flag' value is defualt --\n";
28 echo "\n-- Testing sort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --\n";
33 echo "\n-- Testing sort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --\n";
43 -- Testing sort() by supplying hexadecimal value array, 'flag' value is defualt --
70 -- Testing sort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --
97 -- Testing sort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --
H A Darsort_variation6.phpt13 * flag value as defualt
26 echo "\n-- Testing arsort() by supplying hexadecimal value array, 'flag' value is defualt --\n";
31 echo "\n-- Testing arsort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --\…
36 echo "\n-- Testing arsort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --\…
46 -- Testing arsort() by supplying hexadecimal value array, 'flag' value is defualt --
69 -- Testing arsort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --
92 -- Testing arsort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --
H A Dksort_variation6.phpt12 * 1.flag value as defualt
26 echo "\n-- Testing ksort() by supplying hexadecimal value array, 'flag' value is defualt --\n";
31 echo "\n-- Testing ksort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --\n…
36 echo "\n-- Testing ksort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --\n…
46 -- Testing ksort() by supplying hexadecimal value array, 'flag' value is defualt --
69 -- Testing ksort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --
92 -- Testing ksort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --
/PHP-5.5/ext/simplexml/tests/
H A Dbug62639.phpt19 <value attr="Some Attr">Some Value</value>
27 foreach ($a1->b->c->children() as $key => $value) {
28 var_dump($value);
35 <c><value attr="Some Attr">Some Value</value></c>
42 foreach ($a2->b->c->children() as $key => $value) {
43 var_dump($value);
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug42736.phpt16 …me>GetProducts</methodName><params><param><value><dateTime.iso8601>20060922T14:26:19</dateTime.iso…
36 <value>
40 <value>
43 <value>
45 </value>
48 </value>
51 </value>
H A Dbug45226.phpt25 <value>
29 <value>
31 </value>
34 </value>
43 <value>
47 <value>
49 </value>
52 </value>
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug62593.phpt18 $value = true;
20 $query->bindValue(':foo', $value, PDO::PARAM_BOOL);
23 var_dump($value);
30 $value = true;
31 $query->bindParam(':foo', $value, PDO::PARAM_BOOL);
32 $value = false;
35 var_dump($value);
38 $value = '0';
39 $query->bindParam(':foo', $value, PDO::PARAM_BOOL);
44 $value = "abc";
[all …]
/PHP-5.5/tests/basic/
H A D023.phpt7 c o o k i e=value; c o o k i e= v a l u e ;;c%20o+o k+i%20e=v;name="value","value",UEhQIQ==;UEhQIQ=…
15 string(5) "value"
17 string(24) ""value","value",UEhQIQ=="
/PHP-5.5/ext/soap/tests/
H A Dbug48557.phpt25 <value xsi:type="xsd:int">123</value>
29 <value xsi:type="xsd:string">123</value>
33 <value xsi:type="xsd:float">123.5</value>
37 <value xsi:type="xsd:float">123.5</value>
41 <value xsi:type="xsd:float">123.5</value>
45 <value xsi:type="xsd:float">123.5</value>
/PHP-5.5/sapi/apache2handler/
H A Dapache_config.c51 char *value; member
64 if (!strncasecmp(value, "none", sizeof("none"))) { in real_value_hnd()
65 value = ""; in real_value_hnd()
68 e.value = apr_pstrdup(cmd->pool, value); in real_value_hnd()
69 e.value_len = strlen(value); in real_value_hnd()
79 return real_value_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_value_handler()
84 return real_value_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_value_handler()
103 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_flag_handler()
108 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_flag_handler()
178 return pe->value; in get_php_config()
[all …]
/PHP-5.5/Zend/tests/
H A Dindexing_001.phpt5 echo "*** Indexing - Testing value assignment with key ***\n";
21 echo "*** Indexing - Testing value assignment no key ***\n";
42 *** Indexing - Testing value assignment with key ***
51 Warning: Cannot use a scalar value as an array in %s on line %d
54 Warning: Cannot use a scalar value as an array in %s on line %d
57 Warning: Cannot use a scalar value as an array in %s on line %d
79 Warning: Cannot use a scalar value as an array in %s on line %d
98 Warning: Cannot use a scalar value as an array in %s on line %d
101 Warning: Cannot use a scalar value as an array in %s on line %d
104 Warning: Cannot use a scalar value as an array in %s on line %d
[all …]
/PHP-5.5/ext/pdo/
H A Dphp_pdo.h65 #define REGISTER_PDO_CLASS_CONST_LONG(const_name, value) \ argument
66 …class_constant_long(php_pdo_get_dbh_ce(), const_name, sizeof(const_name)-1, (long)value TSRMLS_CC);
68 #define REGISTER_PDO_CONST_LONG(const_name, value) { \ argument
71 zend_declare_class_constant_long(*pce, const_name, sizeof(const_name)-1, (long)value TSRMLS_CC); \
74 #define REGISTER_PDO_CLASS_CONST_STRING(const_name, value) \ argument
75 …nt_stringl(php_pdo_get_dbh_ce(), const_name, sizeof(const_name)-1, value, sizeof(value)-1 TSRMLS_C…
/PHP-5.5/ext/xmlreader/tests/
H A D003.phpt25 echo $reader->value . "\n";
27 if ($reader->getAttribute($reader->name) == $reader->value) {
34 echo $reader->value . "\n";
36 if ($reader->getAttribute($reader->name) == $reader->value) {
43 echo $reader->value . "\n";
45 if ($reader->getAttribute('num') == $reader->value) {
51 echo $reader->value . "\n";
53 if ($reader->getAttribute('idx') == $reader->value) {
60 echo $reader->value . "\n";
62 if ($reader->getAttributeNo(0) == $reader->value) {
[all …]
/PHP-5.5/Zend/
H A Dzend_variables.c36 STR_FREE_REL(zvalue->value.str.val); in _zval_dtor_func()
42 if (zvalue->value.ht && (zvalue->value.ht != &EG(symbol_table))) { in _zval_dtor_func()
45 zend_hash_destroy(zvalue->value.ht); in _zval_dtor_func()
46 FREE_HASHTABLE(zvalue->value.ht); in _zval_dtor_func()
62 zend_list_delete(zvalue->value.lval); in _zval_dtor_func()
82 str_free(zvalue->value.str.val); in _zval_internal_dtor()
112 zend_list_addref(zvalue->value.lval); in _zval_copy_ctor_func()
122 if (!IS_INTERNED(zvalue->value.str.val)) { in _zval_copy_ctor_func()
123 zvalue->value.str.val = (char *) estrndup_rel(zvalue->value.str.val, zvalue->value.str.len); in _zval_copy_ctor_func()
129 HashTable *original_ht = zvalue->value.ht; in _zval_copy_ctor_func()
[all …]
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_env.c26 int setenv(char *name, char *value, int clobber) /* {{{ */ in setenv() argument
39 sprintf(cp, "%s=%s", name, value); in setenv()
47 int value_len = strlen(value); in setenv()
54 memcpy(var + name_len + 1, value, value_len); in setenv()
151 setenv(kv->key, kv->value, 1); in fpm_env_init_child()
171 if (*kv->value == '$') { in fpm_env_conf_wp()
172 char *value = getenv(kv->value + 1); in fpm_env_conf_wp() local
174 if (!value) { in fpm_env_conf_wp()
175 value = ""; in fpm_env_conf_wp()
178 free(kv->value); in fpm_env_conf_wp()
[all …]
/PHP-5.5/ext/pcre/tests/
H A Dpreg_grep_error1.phpt21 foreach($values as $value) {
22 print "\nArg value is $value\n";
23 var_dump(preg_grep($value, $array));
25 $value = new stdclass(); //Object
26 var_dump(preg_grep($value, $array));
33 Arg value is abcdef
38 Arg value is /[a-zA-Z]
43 Arg value is [a-zA-Z]/
48 Arg value is /[a-zA-Z]/F
53 Arg value is Array
[all …]

Completed in 86 milliseconds

12345678910>>...84