Home
last modified time | relevance | path

Searched refs:first (Results 376 – 400 of 618) sorted by relevance

1...<<11121314151617181920>>...25

/PHP-5.5/ext/standard/tests/array/
H A Darray_combine_error2.phpt6 * Description: Creates an array by using the elements of the first parameter as keys
H A Darray_rand_variation6.phpt25 first line of heredoc string
H A Dshuffle_variation5.phpt26 first line of heredoc string
/PHP-5.5/ext/mbstring/tests/
H A Dmb_stripos_basic2.phpt11 * Description: Finds position of first occurrence of a string within another, case insensitive
H A Dbug43840.phpt11 * Description: Find position of first occurrence of a string within another
H A Dmb_stripos_variation1.phpt11 * Description: Finds position of first occurrence of a string within another, case insensitive
H A Dmb_strpos_variation1.phpt11 * Description: Find position of first occurrence of a string within another
/PHP-5.5/ext/pcre/tests/
H A Dpreg_grep_basic.phpt15 var_dump(preg_grep('@^HTTP(.*?)\w{2,}$@i', $array, PREG_GREP_INVERT)); //same as first example but …
/PHP-5.5/ext/standard/tests/strings/
H A Dcrc32_variation4.phpt32 first line of heredoc string
H A Dhtmlentities24.phpt15 echo "\n*** Testing htmlentities() with NULL as first,second and third argument ***\n";
306 *** Testing htmlentities() with NULL as first,second and third argument ***
H A Dhtmlspecialchars.phpt15 echo "\n*** Testing htmlspecialchars() with NULL as first, second and third argument ***\n";
306 *** Testing htmlspecialchars() with NULL as first, second and third argument ***
H A Dstrncasecmp_variation1.phpt6 * Description: Binary safe case-insensitive string comparison of the first n characters
H A Dstrncmp_variation1.phpt6 * Description: Binary safe case-sensitive string comparison of the first n characters
/PHP-5.5/ext/spl/internal/
H A Dsplqueue.inc51 /** @return the first element of the queue.
H A Dmultipleiterator.inc118 * return flase on the first non valid one. If that flag is not set we
119 * return true on the first valid sub iterator found. If no Iterator
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput2574 No first char
101 No first char
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_connect_oo.phpt61 // the first day on. And that's: no connection.
77 // the first day on. And that's: no connection.
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c157 php_cli_server_chunk *first; member
1001 for (chunk = buffer->first; chunk; chunk = next) { in php_cli_server_buffer_dtor()
1010 buffer->first = NULL; in php_cli_server_buffer_ctor()
1019 buffer->first = chunk; in php_cli_server_buffer_append()
1030 last->next = buffer->first; in php_cli_server_buffer_prepend()
1034 buffer->first = chunk; in php_cli_server_buffer_prepend()
1041 for (chunk = buffer->first; chunk; chunk = chunk->next) { in php_cli_server_buffer_size()
1106 for (chunk = sender->buffer.first; chunk; chunk = next) { in php_cli_server_content_sender_send()
1119 sender->buffer.first = next; in php_cli_server_content_sender_send()
1138 sender->buffer.first = next; in php_cli_server_content_sender_send()
[all …]
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c50 if (!(*var_hashx)->first) { in var_push()
51 (*var_hashx)->first = var_hash; in var_push()
126 var_entries *var_hash = (*var_hashx)->first; in var_replace()
144 var_entries *var_hash = (*var_hashx)->first; in var_access()
167 var_entries *var_hash = (*var_hashx)->first; in var_destroy()
H A Dphp_var.h44 void *first; member
/PHP-5.5/ext/standard/tests/file/
H A Dfile.inc11 compare_self_stat() : compares the first 13 elements of the
456 $name_suffix = first numeric suffix in the name
499 $link_name_suffix = first numeric suffix in the name
527 Compares the each of the first 13 values of the stat array with the
543 // first numeric key
576 $stat1 = first stat array
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING45 unrelated to those mentioned above), I tried at first to invent an algorithm
49 first pass through the pattern is helpful for other reasons.
68 Up to and including release 6.7, PCRE worked by running a very degenerate first
72 the first pass is degenerate and the second pass can just store stuff straight
79 By the time I was working on a potential 6.8 release, the degenerate first pass
149 variable length. The first unit in an item contains an opcode, and the length
161 bytes long in 8-bit mode (most significant byte first), or one unit in 16-bit
363 in the group name table of the first entry for the requred name, followed by
423 subpattern entirely is a valid branch. In the case of the first two, not
477 OP_ASSERTBACK and OP_ASSERTBACK_NOT, and the first opcode inside the assertion
/PHP-5.5/ext/sqlite3/
H A Dconfig0.m445 AC_MSG_ERROR([Please install SQLite 3.3.9 first or check libsqlite3 is present])
/PHP-5.5/ext/simplexml/tests/
H A Dsxe_004.phpt16 <elem1 attr1='first'>
/PHP-5.5/ext/oci8/tests/
H A Ddrcp_scope2.phpt41 //This is the first scope for the script

Completed in 39 milliseconds

1...<<11121314151617181920>>...25