Home
last modified time | relevance | path

Searched refs:end (Results 426 – 450 of 677) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_basic.phpt11 …s shouldn\'t work', $string)); //tries to find '- This is a string' at the end of a string but can…
H A Dpreg_replace_edit_basic.phpt15 …houldn\'t work', $string)); //tries to find '- This is a string' at the end of a string but can…
H A Dpreg_grep_basic.phpt13 … string) not followed by 3 characters that aren't w's then anything to the end of the sttring (mat…
/PHP-7.4/ext/standard/tests/array/
H A Darray_push_variation2.phpt6 * Description: Pushes elements onto the end of the array
/PHP-7.4/ext/opcache/Optimizer/
H A Dcompact_literals.c121 zend_op *opline, *end; in zend_optimizer_compact_literals() local
139 end = opline + op_array->last; in zend_optimizer_compact_literals()
140 while (opline < end) { in zend_optimizer_compact_literals()
504 end = opline + op_array->last; in zend_optimizer_compact_literals()
505 while (opline < end) { in zend_optimizer_compact_literals()
/PHP-7.4/ext/standard/tests/file/
H A D007_variation6.phpt36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
H A Dfwrite_basic-win32-mb.phpt15 written or the end of string reached, whichever comes first.
71 } // end of inner for loop
75 } // end of outer foreach loop
H A Dfwrite_basic-win32.phpt15 written or the end of string reached, whichever comes first.
71 } // end of inner for loop
75 } // end of outer foreach loop
H A Dfwrite_basic.phpt15 written or the end of string reached, whichever comes first.
71 } // end of inner for loop
75 } // end of outer foreach loop
H A Dfputcsv_variation10.phpt64 } //end of mode loop
65 } // end of foreach
H A D007_variation14.phpt36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
H A D007_variation22.phpt36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
H A Dfread_variation3-win32-mb.phpt14 Reading stops when up to length bytes have been read, EOF (end of file) is
95 // try fread when file pointer at end
97 //reading file when file pointer at end
107 } // end of inner foreach loop
108 }// end of outer foreach loop
H A Dfread_variation3-win32.phpt14 Reading stops when up to length bytes have been read, EOF (end of file) is
95 // try fread when file pointer at end
97 //reading file when file pointer at end
107 } // end of inner foreach loop
108 }// end of outer foreach loop
H A Dfread_variation3.phpt14 Reading stops when up to length bytes have been read, EOF (end of file) is
95 // try fread when file pointer at end
97 //reading file when file pointer at end
107 } // end of inner foreach loop
108 }// end of outer foreach loop
H A D007_variation13-win32.phpt41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
H A D007_variation13.phpt41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug51800.phpt15 The smaller the pipe buffer is, the longer it will take. It might even pass at the end,
/PHP-7.4/ext/standard/tests/http/
H A Dbug61548.phpt2 Bug #61548 (content-type must appear at the end of headers)
/PHP-7.4/ext/standard/tests/strings/
H A Dtrim1.phpt7 * Strip whitespace (or other characters) from the beginning and end of a string.
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt55 } //end of mode loop
56 } // end of foreach
/PHP-7.4/build/
H A Dax_func_which_gethostbyname_r.m4153 ]) dnl end AC_CACHE_VAL
196 ]) dnl end AC_DEFUN
/PHP-7.4/Zend/
H A Dmicro_bench.php257 $end = gethrtime();
259 $last_time = $end-$start;
/PHP-7.4/ext/date/
H A Dphp_date.c407 ZEND_ARG_INFO(0, end)
1946 if (object->end) { in date_period_it_has_more()
2602 if (old_obj->end) { in date_object_clone_period()
2603 new_obj->end = timelib_time_clone(old_obj->end); in date_object_clone_period()
2652 if (intern->end) { in date_object_free_storage_period()
4716 if (dpobj->end) { in PHP_METHOD()
4741 if (end) { in PHP_METHOD()
4742 dateobj = Z_PHPDATE_P(end); in PHP_METHOD()
4744 dpobj->end = clone; in PHP_METHOD()
4805 if (!dpobj->end) { in PHP_METHOD()
[all …]
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c484 if (ZCSG(interned_strings).start && ZCSG(interned_strings).end) {
487 …snprintf(buf, sizeof(buf), "%zu", (size_t)((char*)ZCSG(interned_strings).end - (char*)ZCSG(interne…
624 if (ZCSG(interned_strings).start && ZCSG(interned_strings).end) {
628 …add_assoc_long(&interned_strings_usage, "buffer_size", (char*)ZCSG(interned_strings).end - (char*)…
630 …add_assoc_long(&interned_strings_usage, "free_memory", (char*)ZCSG(interned_strings).end - (char*)…

Completed in 50 milliseconds

1...<<11121314151617181920>>...28