Home
last modified time | relevance | path

Searched refs:end (Results 326 – 350 of 631) sorted by relevance

1...<<11121314151617181920>>...26

/PHP-5.5/tests/lang/
H A DforeachLoop.015.phpt37 echo "\nPopping elements off end of a referenced array, using &\$value";
58 echo "\n\n\nAdding elements to the end of a referenced array, using &\$value";
75 Popping elements off end of a referenced array, using &$value
283 Adding elements to the end of a referenced array, using &$value
/PHP-5.5/ext/standard/tests/strings/
H A Dchop_variation3.phpt6 * Description: Strip whitespace (or other characters) from the end of a string
H A Drtrim_basic.phpt7 * Description: Strip whitespace (or other characters) from the end of a string.
H A Drtrim_error.phpt7 * Description: Strip whitespace (or other characters) from the end of a string.
H A Dtrim_error.phpt7 * Description: Strip whitespace (or other characters) from the beginning and end of a string.
/PHP-5.5/ext/exif/tests/
H A Dexif003.phpt89 string(13) "Comment #3end"
/PHP-5.5/ext/oci8/tests/
H A Ddrcp_scope3.phpt2 DRCP: oci_pconnect() with scope end when oci8.old_oci_close_semantics ON
H A Dconnect_scope_try1.phpt2 Check oci_connect try/catch end-of-scope with old_oci_close_semantics Off
H A Dconnect_scope_try2.phpt2 Check oci_connect try/catch end-of-scope with old_oci_close_semantics On
H A Dconnect_scope_try3.phpt2 Check oci_new_connect try/catch end-of-scope with old_oci_close_semantics Off
H A Dconnect_scope_try4.phpt2 Check oci_new_connect try/catch end-of-scope with old_oci_close_semantics On
H A Dconnect_scope_try5.phpt2 Check oci_pconnect try/catch end-of-scope with old_oci_close_semantics Off
H A Dconnect_scope_try6.phpt2 Check oci_pconnect try/catch end-of-scope with old_oci_close_semantics On
H A Ddrcp_scope4.phpt2 DRCP: oci_pconnect() with scope end when oci8.old_oci_close_semantics OFF
H A Dcoll_018.phpt33 var_dump($coll1->getElem(4)); // check past the end
/PHP-5.5/ext/standard/tests/file/
H A Dfpassthru_variation.phpt33 /* Negative offsets, the file pointer should be at the end of file
H A Dfile.inc159 $name_suffix = suffix to end the common name given in name_prefix to create
290 } // end of if
299 } // end of for
407 } // end of if
484 } // end of for
558 } // end of foreach
568 }// end of compare_self_stat
/PHP-5.5/ext/standard/
H A Dphp_array.h44 PHP_FUNCTION(end);
/PHP-5.5/ext/standard/tests/array/
H A Dcurrent_variation4.phpt27 end($multi_array);
/PHP-5.5/ext/ereg/regex/
H A Dengine.ih35 /* ========= end header generated by ./mkh ========= */
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c1041 signed char *end; local
1045 end = buf + ADLER32_NMAX;
1049 } while (buf != end);
1056 end = buf + (len & 0xfff0);
1061 } while (buf != end);
1064 end = buf + len;
1068 } while (buf != end);
/PHP-5.5/ext/standard/tests/http/
H A Dbug61548.phpt2 Bug #61548 (content-type must appear at the end of headers)
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_variation5.phpt16 * Test mb_ereg with anchors (start and end of string) in $pattern
/PHP-5.5/ext/sybase_ct/tests/
H A Dbug22403.phpt30 end
/PHP-5.5/ext/interbase/tests/
H A D007.phpt173 echo "end of test\n";
183 end of test

Completed in 42 milliseconds

1...<<11121314151617181920>>...26