Home
last modified time | relevance | path

Searched refs:end (Results 151 – 175 of 631) sorted by relevance

12345678910>>...26

/PHP-5.5/tests/lang/
H A Dbug35382.phpt2 Bug #35382 (Comment in end of file produces fatal error)
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_fread_1.phpt21 "begin execute immediate 'drop table pdo_oci_fread_tab'; exception when others then null; end;",
27 end;"
H A Dpdo_oci_attr_autocommit_2.phpt49 echo "Test 3 Setting ATTR_AUTOCOMMIT to true will commit and end the transaction\n";
63 echo "Test 4 Setting ATTR_AUTOCOMMIT to false will commit and end the transaction\n";
110 Test 3 Setting ATTR_AUTOCOMMIT to true will commit and end the transaction
114 Test 4 Setting ATTR_AUTOCOMMIT to false will commit and end the transaction
/PHP-5.5/ext/spl/tests/
H A Dbug61527.phpt2 Bug #61527 (Recursive/ArrayIterator gives misleading notice when array empty or moved to the end)
32 /* should be at the end and no notice */
40 /* should reached the end */
/PHP-5.5/ext/oci8/tests/
H A Drefcur_prefetch_1.phpt25 end refcurpkg;",
30 end open_ref_cur;
35 end fetch_ref_cur;
36 end refcurpkg;"
71 $sql1 = "begin refcurpkg.open_ref_cur(:cur1); end;";
86 $sql2 = "begin refcurpkg.fetch_ref_cur(:curs1,:c1,:c2); end;";
H A Dlob_043.phpt22 end loop;
23 end;",
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI208 # int onig_search(regex_t* reg, const UChar* str, const UChar* end, const UChar* start,
219 3 end: terminate address of target string
228 ONIG_OPTION_NOTEOL string end (end) isn't considered as end of line
232 # int onig_match(regex_t* reg, const UChar* str, const UChar* end, const UChar* at,
243 3 end: terminate address of target string
249 ONIG_OPTION_NOTEOL string end (end) isn't considered as end of line
416 int func(int group, int beg, int end, int level, int at,
421 end: capture end position
484 # int onigenc_strlen(OnigEncoding enc, const UChar* s, const UChar* end)
/PHP-5.5/Zend/tests/
H A Dbug62343.phpt8 var_dump(end($c));
H A Dbug41372.phpt6 end($Foo);
/PHP-5.5/ext/ereg/regex/
H A Dregerror.ih12 /* ========= end header generated by ./mkh ========= */
H A Ddebug.ih14 /* ========= end header generated by ./mkh ========= */
/PHP-5.5/ext/spl/examples/
H A Drecursivecomparedualiterator.inc19 /** Used to keep end of recursion equality. That is en leaving a nesting
20 * level we need to check whether both child iterators are at their end.
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregposix.c170 UChar* end; in regexec() local
193 end = (UChar* )(str + len); in regexec()
194 r = onig_search(ONIG_C(reg), (UChar* )str, end, (UChar* )str, end, in regexec()
H A Dregcomp.c55 int len = end - s; in str_dup()
517 end = sn->end; in compile_string_node()
525 for (; p < end; ) { in compile_string_node()
3197 end = sn->end; in update_string_node_case_fold()
3205 while (p < end) { in update_string_node_case_fold()
3379 end = sn->end; in expand_case_fold_string()
3386 while (p < end) { in expand_case_fold_string()
3461 if (p < end) { in expand_case_fold_string()
3908 len = end - s; in set_bm_skip()
4205 UChar *p, *end; in concat_opt_exact_info() local
[all …]
/PHP-5.5/ext/opcache/Optimizer/
H A Dpass3.c29 zend_op *end = op_array->opcodes + op_array->last; variable
39 while (opline < end) {
57 while (next_opline < end && next_opline->opcode == ZEND_NOP) {
61 if (next_opline >= end || next_opline->opcode != ZEND_ASSIGN) {
299 for(op = opline+1; op<end; op++) {
337 for(op = &op_array->opcodes[ZEND_OP2(opline).opline_num]; op<end; op++) {
412 if (next_op >= end) {
/PHP-5.5/ext/xml/tests/
H A Dbug43957.phpt2 Bug #43957 (utf8_decode() bogus conversion on multibyte indicator near end of string)
/PHP-5.5/Zend/
H A Dzend_execute.h161 void **end; member
171 EG(argument_stack)->end - EG(argument_stack)->top)) { \
180 page->end = page->top + count; in zend_vm_stack_new_page()
236 (zend_uintptr_t)(EG(argument_stack)->end - EG(argument_stack)->top))) { in zend_vm_stack_alloc()
293 void **end = p - (int)(zend_uintptr_t)*p; in zend_vm_stack_clear_multiple() local
295 while (p != end) { in zend_vm_stack_clear_multiple()
H A Dzend_opcode.c357 zend_literal *end; in destroy_op_array() local
385 end = literal + op_array->last_literal; in destroy_op_array()
386 while (literal < end) { in destroy_op_array()
464 zend_op *opline = op_array->opcodes, *end=opline+op_array->last; in zend_update_extended_info() local
466 while (opline<end) { in zend_update_extended_info()
468 if (opline+1<end) { in zend_update_extended_info()
474 if (opline+1<end) { in zend_update_extended_info()
524 && op_array->try_catch_array[i].finally_end < end) { in zend_adjust_fast_call()
722 zend_op *opline, *end; in pass_two() local
751 end = opline + op_array->last; in pass_two()
[all …]
H A Dzend_static_allocator.h34 char *end; member
/PHP-5.5/tests/output/
H A Dob_get_contents_basic_001.phpt43 echo "\ncheck that no contents found after an end\n";
70 check that no contents found after an end
/PHP-5.5/sapi/apache/
H A DapMakefile.libdir4 copy the Makefile.tmpl onto the end.
/PHP-5.5/sapi/apache_hooks/
H A DapMakefile.libdir4 copy the Makefile.tmpl onto the end.
/PHP-5.5/Zend/tests/generators/
H A Dgenerator_with_keys.phpt7 end($array);
/PHP-5.5/ext/standard/
H A Dstring.c758 unsigned char *end; in php_charmask() local
763 for (end = input+len; input < end; input++) { in php_charmask()
3448 for (source=str, end=str+nlen, target=str; source < end; source++) {
3510 char *end; local
3567 char *end; local
3796 if (p < end) {
3798 e += end - p;
3813 if (p < end) {
3815 e += end - p;
4233 end=begin;
[all …]
/PHP-5.5/ext/phar/tests/
H A Dbug71498.phpt16 phar error: end of central directory not found in zip-based phar "%s/bug71498.zip"

Completed in 102 milliseconds

12345678910>>...26