Home
last modified time | relevance | path

Searched refs:end (Results 101 – 125 of 687) sorted by relevance

12345678910>>...28

/PHP-5.6/ext/standard/tests/array/
H A Dbug35022.phpt7 $contentDict = end( $state );
8 for ( $contentDict = end( $state ); $contentDict !== false; $contentDict = prev( $state ) ) {
H A Dbug12776.phpt9 $globalArray[]=$key; // this will end up crashing
10 $globalArray[]=(string)$key; // this will end up OK
H A Deach_basic.phpt25 end($arr);
28 echo "\n-- Passed the end of array: --\n";
72 -- Passed the end of array: --
H A Darray_intersect_1.phpt39 echo "end ------------ array_uintersect() ---------------------------\n";
47 echo "end ------------ array_uintersect_assoc() ---------------------\n";
55 echo "end ------------ array_uintersect_uassoc() with ordinary func -\n";
63 echo "end ------------ array_uintersect_uassoc() with method --------\n";
145 end ------------ array_uintersect() ---------------------------
218 end ------------ array_uintersect_assoc() ---------------------
291 end ------------ array_uintersect_uassoc() with ordinary func -
364 end ------------ array_uintersect_uassoc() with method --------
/PHP-5.6/ext/phar/tests/zip/
H A Dcorrupt_002.phpt2 Phar: corrupted zip (no end of zip record)
16 phar error: end of central directory not found in zip-based phar "%snozipend.zip"
/PHP-5.6/Zend/tests/
H A Dbug32322.phpt45 echo "Class " . $this -> myname . " destroyed at script end\n";
47 echo "Class " . $this -> myname . " destroyed beforce script end\n";
79 Class Singleton1 destroyed at script end
80 Class Singleton2 destroyed at script end
H A Dbug43450.phpt27 $end = memory_get_peak_usage() / 1024;
29 if ($start < $end) {
H A Dcatch_finally_003.phpt19 return "end";
30 return ($c = "end");
/PHP-5.6/Zend/
H A Dzend_highlight.c59 const unsigned char *ptr = (const unsigned char*)s, *end = ptr + len; in zend_html_puts() local
66 end = filtered + filtered_len; in zend_html_puts()
69 while (ptr<end) { in zend_html_puts()
73 } while ((++ptr < end) && (*ptr==' ')); in zend_html_puts()
/PHP-5.6/ext/standard/tests/strings/
H A Dchunk_split.phpt8 echo chunk_split("test", 10, "|end") . "\n";
32 test|end
/PHP-5.6/ext/zlib/tests/
H A Dgzseek_variation7.phpt19 //seek to the end which is not sensible of course.
20 echo "move to the end of the file\n";
38 move to the end of the file
/PHP-5.6/ext/standard/tests/streams/
H A Dstream_get_line_nb.phpt28 fwrite($sockets[0], b", line end");
41 fwrite($sockets[0], b"end of file");
59 string(22) "line start, line end, "
66 string(11) "end of file"
/PHP-5.6/ext/oci8/tests/
H A Dimp_res_insert.phpt36 end;",
45 end;"
54 $s = oci_parse($c, "begin imp_res_insert_proc_nc(111); end;");
64 $s = oci_parse($c, "begin imp_res_insert_proc_nc(222); end;");
75 $s = oci_parse($c, "begin imp_res_insert_proc_c(333); end;");
86 $s = oci_parse($c, "begin imp_res_insert_proc_c(444); end;");
H A Dimp_res_get_dbmsoutput.phpt49 end;"
57 $s = oci_parse($c, "begin dbms_output.enable(null); end;");
63 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
79 $s = oci_parse($c, "begin imp_res_get_dbmsoutput_proc(); end;");
95 $s = oci_parse($c, "begin imp_res_get_dbmsoutput_proc(); end;");
H A Dbug42841.phpt24 end bug42841_proc;",
29 end bug43449_pkg;",
37 end;
38 end bug43449_pkg;"
95 $stmt = oci_parse($c, 'begin :cur := bug43449_pkg.testcursor; end;');
H A Dimp_res_dbmsoutput.phpt46 end;"
53 $s = oci_parse($c, "begin dbms_output.enable(null); end;");
59 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
74 $s = oci_parse($c, "begin imp_res_dbmsoutput_proc(); end;");
85 $s = oci_parse($c, "begin imp_res_dbmsoutput_proc(); end;");
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregtrav.c45 r = (*callback_func)(node->group, node->beg, node->end, in capture_tree_traverse()
57 r = (*callback_func)(node->group, node->beg, node->end, in capture_tree_traverse()
/PHP-5.6/ext/standard/tests/file/
H A Dfseek_variation3.phpt30 echo "--- fseek beyond end of file ---\n";
32 fwrite($h, b"end");
51 --- fseek beyond end of file ---
/PHP-5.6/ext/date/tests/
H A DDatePeriod_getter.phpt8 $end = new DateTime('2000-01-31 00:00:00', new DateTimeZone('UTC'));
10 $period = new DatePeriod($start, $interval, $end);
/PHP-5.6/ext/sysvshm/
H A Dsysvshm.c191 chunk_ptr->end = chunk_ptr->start; in PHP_FUNCTION()
193 chunk_ptr->free = shm_size-chunk_ptr->end; in PHP_FUNCTION()
375 shm_var = (sysvshm_chunk *) ((char *) ptr + ptr->end); in php_put_shm_data()
380 ptr->end += total_size; in php_put_shm_data()
396 if (pos >= ptr->end) { in php_check_shm_data()
423 memcpy_len = ptr->end-shm_varpos - chunk_ptr->next; in php_remove_shm_data()
425 ptr->end -= chunk_ptr->next; in php_remove_shm_data()
/PHP-5.6/ext/dom/tests/
H A DDOMDocument_loadXML_error5.phpt4 This test verifies the method detects extra content at the end of the document
22 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_load_error5.phpt4 This test verifies the method detects extra content at the end of the document
22 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
/PHP-5.6/ext/interbase/tests/
H A D008.phpt44 echo "end of test\n";
48 end of test
/PHP-5.6/ext/intl/tests/
H A Dini_use_exceptions_basic.phpt18 string(130) "transliterator_transliterate: Neither "start" nor the "end" arguments can exceed the n…
20 Notice: Transliterator::transliterate(): transliterator_transliterate: Neither "start" nor the "end
/PHP-5.6/ext/pcre/tests/
H A Dpreg_match_all_edit_basic.phpt13 …PATTERN_ORDER, -10)); //finds any digit that's not 4 10 digits from the end(1 match)
19 …TERN_ORDER)); //finds ".\ [...]" and everything else to the end of the string. (gre…
22 …l('/\d{2}$/', $string, $match4)); //tries to find 2 digits at the end of a string (0 matc…

Completed in 49 milliseconds

12345678910>>...28