Home
last modified time | relevance | path

Searched refs:item (Results 101 – 125 of 370) sorted by relevance

12345678910>>...15

/PHP-7.0/ext/spl/tests/
H A DSplFixedArray_offsetUnset_string.phpt2 Check removing an item from an array when the offset is not an integer.
15 // remove an item
H A DRecursiveDirectoryIterator_getSubPath_basic.phpt23 foreach ($list as $item) {
24 echo $item . "\n";
H A DRecursiveDirectoryIterator_getSubPathname_basic.phpt26 foreach ($list as $item) {
27 echo $item . "\n";
H A Dbug37457.phpt60 foreach ($test as $item)
62 echo $item;
/PHP-7.0/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_007s.phpt19 …C:arrayType="xsd:string[1]" xsi:type="ns2:ArrayOfstring"><item xsi:type="xsd:string">good</item></…
21 …C:arrayType="xsd:string[1]" xsi:type="ns2:ArrayOfstring"><item xsi:type="xsd:string">good</item></…
/PHP-7.0/ext/com_dotnet/tests/
H A D27974.phpt17 foreach ($v as $item) {
18 var_dump($item);
/PHP-7.0/ext/standard/tests/array/
H A Darray_count_values.phpt20 foreach ($arrays as $item) {
21 var_dump (@array_count_values ($item));
/PHP-7.0/ext/oci8/tests/
H A Dimp_res_get_1.phpt60 foreach ($row as $item) {
61 echo " ".$item;
73 foreach ($row as $item) {
74 echo " ".$item;
H A Dimp_res_get_dbmsoutput.phpt86 foreach ($row as $item) {
87 echo " ".$item;
100 foreach ($row as $item) {
101 echo " ".$item;
H A Dimp_res_dbmsoutput.phpt78 foreach ($row as $item) {
79 echo " ".$item;
88 foreach ($row as $item) {
89 echo " ".$item;
H A Dimp_res_get_none.phpt31 foreach ($row as $item) {
32 echo " ".$item;
/PHP-7.0/ext/gettext/tests/locale/en/LC_CTYPE/
H A DdgettextTest_switched.po1 msgid "item"
H A DdgettextTest_switch.po1 msgid "item"
H A DdngettextTest.po1 msgid "item"
H A DdgettextTest.po1 msgid "item"
/PHP-7.0/ext/standard/
H A Dproc_open.c470 …zval *item = zend_hash_str_find(Z_ARRVAL_P(other_options), "suppress_errors", sizeof("suppress_err… in PHP_FUNCTION() local
471 if (item != NULL) { in PHP_FUNCTION()
472 if (Z_TYPE_P(item) == IS_TRUE || ((Z_TYPE_P(item) == IS_LONG) && Z_LVAL_P(item))) { in PHP_FUNCTION()
477 item = zend_hash_str_find(Z_ARRVAL_P(other_options), "bypass_shell", sizeof("bypass_shell") - 1); in PHP_FUNCTION()
478 if (item != NULL) { in PHP_FUNCTION()
479 if (Z_TYPE_P(item) == IS_TRUE || ((Z_TYPE_P(item) == IS_LONG) && Z_LVAL_P(item))) { in PHP_FUNCTION()
484item = zend_hash_str_find(Z_ARRVAL_P(other_options), "blocking_pipes", sizeof("blocking_pipes") - … in PHP_FUNCTION()
485 if (item != NULL) { in PHP_FUNCTION()
486 if (Z_TYPE_P(item) == IS_TRUE || ((Z_TYPE_P(item) == IS_LONG) && Z_LVAL_P(item))) { in PHP_FUNCTION()
/PHP-7.0/ext/dom/tests/
H A DDOMNode_insertBefore_error2.phpt20 $parent_node = $dom->getElementsByTagName("book")->item(0);
28 $ref_node = $dom->getElementsByTagName("book")->item(1);
H A DDOMNode_insertBefore_error3.phpt20 $parent_node = $dom->getElementsByTagName("book")->item(0);
28 $ref_node = $dom->getElementsByTagName("book")->item(0)->parentNode;
H A Dbug36756.phpt12 $node = $xpath->query('/root')->item(0);
20 $node = $xpath->query('//child')->item(0);
H A DDOMNode_insertBefore_error5.phpt20 $parent_node = $dom->getElementsByTagName("book")->item(0);
29 $parent_node->childNodes->item(0)->appendChild($ref_node);
H A DDOMNode_cloneNode_basic.phpt44 $current = $children->item($index);
51 $first_course = $children->item(0);
72 dumpcourse($children->item($index));
/PHP-7.0/ext/gettext/tests/locale/en/LC_MESSAGES/
H A DdgettextTest.po1 msgid "item"
H A DdgettextTest_switch.po1 msgid "item"
H A DdngettextTest.po1 msgid "item"
/PHP-7.0/ext/soap/tests/
H A Dbug71711.phpt22 …-ENC:arrayType="xsd:string[1]" xsi:type="SOAP-ENC:Array"><item xsi:type="xsd:string">foo</item></p…

Completed in 31 milliseconds

12345678910>>...15