Home
last modified time | relevance | path

Searched refs:value (Results 301 – 325 of 2100) sorted by relevance

1...<<11121314151617181920>>...84

/PHP-5.5/ext/dom/
H A Dcomment.c33 ZEND_ARG_INFO(0, value)
56 char *value = NULL; in PHP_METHOD() local
61 …ND_NUM_ARGS() TSRMLS_CC, getThis(), "O|s", &id, dom_comment_class_entry, &value, &value_len) == FA… in PHP_METHOD()
67 nodep = xmlNewComment((xmlChar *) value); in PHP_METHOD()
/PHP-5.5/tests/lang/
H A DpassByReference_004.phpt2 passing the return value from a function by reference
11 function bar($value)
13 return $value;
H A DforeachLoopObjects.001.phpt2 Foreach loop on objects - basic loop with just value and key => value.
23 echo "\nCheck key and value after the loop.\n";
34 echo "\nCheck key and value after the loop.\n";
51 Check key and value after the loop.
67 Check key and value after the loop.
/PHP-5.5/ext/xsl/tests/53965/
H A Dinclude.xsl3 <h1><xsl:value-of select="title"/></h1>
4 <h2>by <xsl:value-of select="artist"/> - <xsl:value-of select="year"/></h2>
/PHP-5.5/ext/zip/lib/
H A Dzip_set_archive_flag.c41 zip_set_archive_flag(struct zip *za, int flag, int value) in zip_set_archive_flag() argument
45 if (value) in zip_set_archive_flag()
58 if ((flag & ZIP_AFL_RDONLY) && value in zip_set_archive_flag()
/PHP-5.5/ext/spl/tests/
H A Dspl_pq_top_basic.phpt16 echo "value: ",$priorityQueue->top(),PHP_EOL;
28 echo "value: ",$priorityQueue->top(),PHP_EOL;
32 value: b
42 value: b
/PHP-5.5/ext/tidy/tests/
H A D024.phpt16 <wps:value/>
21 'new-blocklevel-tags' => 'wps:block,wps:var,wps:value',
28 var_dump($tidy->value);
38 <wps:value></wps:var>%w</wps:block>
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug68027.phpt14 …rsion=\"1.0\"?><methodResponse><params><param><value><dateTime.iso8601>$datetime</dateTime.iso8601…
18 …rsion=\"1.0\"?><methodResponse><params><param><value><dateTime.iso8601>$datetime</dateTime.iso8601…
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_doclit_009w.phpt22 …m2>12.345</ns1:param2><ns1:param3><ns2:value>one</ns2:value><ns2:value>two</ns2:value><ns2:value>t…
H A Dr4_groupH_simple_doclit_008w.phpt22 …m2>12.345</ns1:param2><ns1:param3><ns2:value>one</ns2:value><ns2:value>two</ns2:value><ns2:value>t…
H A Dr4_groupH_simple_doclit_011w.phpt22 …m2>12.345</ns1:param2><ns1:param3><ns2:value>one</ns2:value><ns2:value>two</ns2:value><ns2:value>t…
/PHP-5.5/ext/standard/tests/array/
H A Darray_walk_error1.phpt12 /* Prototype : callback(mixed value, mixed key, mixed user_data)
13 * Parameters : value - value in key/value pair
14 * key - key in key/value pair
17 function callback ($value, $key, $user_data) {
H A Darray_walk_recursive_error1.phpt12 /* Prototype : callback(mixed value, mixed key, mixed user_data)
13 * Parameters : value - value in key/value pair
14 * key - key in key/value pair
17 function callback ($value, $key, $user_data) {
H A Dasort_object2.phpt13 * 1. Defualt flag value
25 // initializing object member value
40 // initializing object member value
47 // return string value
49 return (string)$this->value;
68 // testing asort() function by supplying integer object array, flag value is default
73 // testing asort() function by supplying string object array, flag value is default
79 // testing asort() function by supplying integer object array, flag value = SORT_REGULAR
84 // testing asort() function by supplying string object array, flag value = SORT_REGULAR
94 -- Testing asort() by supplying various object arrays, 'flag' value is default --
[all …]
H A Darray_walk_object1.phpt17 * Prototype : callback(mixed $value, mixed $key, int $addvalue
18 * Parameters : $value - values in given input array
20 * $addvalue - value to be added
24 function callback($value, $key, $user_data)
27 var_dump($value);
/PHP-5.5/ext/pcre/tests/
H A Dpreg_match_error1.phpt22 print "\nArg value is $regex_value\n";
32 Arg value is abcdef
37 Arg value is /[a-zA-Z]
42 Arg value is [a-zA-Z]/
47 Arg value is /[a-zA-Z]/F
52 Arg value is Array
57 Arg value is /[a-zA-Z]/
H A Dpreg_split_error1.phpt22 print "\nArg value is $regex_value\n";
31 Arg value is abcdef
36 Arg value is /[a-zA-Z]
41 Arg value is [a-zA-Z]/
46 Arg value is /[a-zA-Z]/F
51 Arg value is Array
56 Arg value is /[a-zA-Z]/
/PHP-5.5/ext/json/tests/
H A Dpass003.phpt13 "The outermost value": "must be an object or array.",
46 "The outermost value": "must be an object or array.",
55 ["The outermost value"]=>
65 ["The outermost value"]=>
72 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
74 {"JSON Test Pattern pass3":{"The outermost value":"must be an object or array.","In this test":"It …
79 ["The outermost value"]=>
89 ["The outermost value"]=>
/PHP-5.5/ext/spl/
H A Dspl_dllist.c561 zval *value; in SPL_METHOD() local
581 zval *value; in SPL_METHOD() local
601 zval *value; in SPL_METHOD() local
611 if (value == NULL) { in SPL_METHOD()
624 zval *value; in SPL_METHOD() local
634 if (value == NULL) { in SPL_METHOD()
647 zval *value; in SPL_METHOD() local
657 if (value == NULL) { in SPL_METHOD()
670 zval *value; in SPL_METHOD() local
724 long value; in SPL_METHOD() local
[all …]
/PHP-5.5/ext/exif/
H A Dexif.c1084 return (((uchar *)value)[0] << 8) | ((uchar *)value)[1]; in php_jpg_get16()
1093 return (((uchar *)value)[0] << 8) | ((uchar *)value)[1]; in php_ifd_get16u()
1095 return (((uchar *)value)[1] << 8) | ((uchar *)value)[0]; in php_ifd_get16u()
1511 char *value; member
1698 if (value) { in exif_iif_add_value()
1823 info_data->value.i = value; in exif_iif_add_int()
1837 if (value) { in exif_iif_add_str()
1845 info_data->value.s = estrdup(value); in exif_iif_add_str()
1861 if (value) { in exif_iif_add_fmt()
1878 if (value) { in exif_iif_add_buffer()
[all …]
/PHP-5.5/ext/session/tests/
H A D021.phpt57 <form><input type="hidden" name="PHPSESSID" value="abtest" />
58 <fieldset><input type="hidden" name="PHPSESSID" value="abtest" />
59 <form><input type="hidden" name="PHPSESSID" value="abtest" />
61 <form><input type="hidden" name="PHPSESSID" value="abtest" />
64 <fieldset><input type="hidden" name="PHPSESSID" value="abtest" />
/PHP-5.5/ext/standard/tests/general_functions/
H A Dfloatval_basic.phpt8 * Description: Returns the float value of var.
37 float values, expected output:float value for valid floating point number */
39 foreach ($valid_floats as $key => $value ) {
41 var_dump( floatval($value) );
45 float values, expected output:float value for valid floating point number */
47 foreach ($valid_floats as $key => $value ) {
49 var_dump( doubleval($value) );
/PHP-5.5/ext/reflection/tests/
H A DReflectionParameter_003.phpt35 echo "this parameter has a default value\n";
37 echo "this parameter has no default value\n";
67 this parameter has no default value
74 this parameter has a default value
81 this parameter has a default value
88 this parameter has a default value
/PHP-5.5/ext/standard/tests/strings/
H A Dstripslashes_variation4.phpt26 function stripslashes_deep($value) {
27 $value = is_array($value) ? array_map('stripslashes_deep', $value) : stripslashes($value);
28 return $value;
/PHP-5.5/ext/xml/tests/
H A Dbug50576.phpt74 [value] =>
83 [value] =>
92 [value] => 867
98 [value] =>
114 [value] =>

Completed in 58 milliseconds

1...<<11121314151617181920>>...84