Home
last modified time | relevance | path

Searched refs:sets (Results 1 – 25 of 56) sorted by relevance

123

/PHP-5.5/ext/ereg/regex/
H A Dregfree.c30 if (g->sets != NULL)
31 free((char *)g->sets);
H A Dregcomp.c147 g->sets = NULL;
1023 if (p->g->sets == NULL)
1024 p->g->sets = (cset *)malloc(nc * sizeof(cset));
1026 p->g->sets = (cset *)realloc((unsigned char *)p->g->sets,
1037 if (p->g->sets != NULL && p->g->setbits != NULL)
1047 assert(p->g->sets != NULL); /* xxx */
1048 cs = &p->g->sets[no];
1068 register cset *top = &p->g->sets[p->g->ncsets];
1094 register cset *top = &p->g->sets[p->g->ncsets];
1099 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++)
[all …]
H A Dregex2.h115 cset *sets; /* -> cset [ncsets] */ member
/PHP-5.5/ext/mysql/tests/
H A Dmysql_trace_mode.phpt20 print @mysql_escape_string("I don't mind character sets, do I?\n");
33 I don\'t mind character sets, do I?\n
37 Warning: Unknown: 1 result set(s) not freed. Use mysql_free_result to free result sets which were r…
/PHP-5.5/ext/oci8/tests/
H A Ddrcp_characterset.phpt2 DRCP: oci_pconnect() and oci_connect() with different character sets
31 //character sets
39 //character sets
/PHP-5.5/ext/spl/tests/
H A DSplTempFileObject_constructor_basic.phpt2 SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments
H A DSplTempFileObject_constructor_error.phpt2 SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments
H A DSplTempFileObject_constructor_memory_lt1_variation.phpt2 SPL SplTempFileObject constructor sets correct defaults when passed a negative value
H A DSplTempFileObject_constructor_maxmemory_basic.phpt2 SPL SplTempFileObject constructor sets correct values when passed fixed memory size
/PHP-5.5/ext/shmop/
H A DREADME20 a for read only access (sets SHM_RDONLY)
22 c create or open an existing segment (sets IPC_CREATE)
23 n create a new segment and fail if one already exists under same name (sets IPC_CREATE|IPC_EXCL)
/PHP-5.5/ext/standard/tests/file/
H A Dbug65272.phpt2 Bug #65272: flock() correctly sets wouldblock out param in windows
/PHP-5.5/sapi/tests/
H A Dtest002.phpt7 but that is ok, Apache sets SCRIPT_NAME to the ScriptAlias
H A Dtest004.phpt7 but that is ok, Apache sets SCRIPT_NAME to the ScriptAlias
/PHP-5.5/ext/curl/tests/
H A Dcurl_writeheader_callback.phpt7 …for CURLOPT_HEADERFUNCTION. Different test servers might return different sets of headers. Just te…
/PHP-5.5/ext/phar/tests/
H A Dpharfileinfo_chmod.phpt23 lstat($pname . '/a/b'); // sets BG(CurrentLStatFile)
/PHP-5.5/ext/intl/tests/
H A Dsymfony_format_type_int32_intl2.phpt9 // there are 7 sets of args that crash PHP (and other args that don't), each of those 7 is now a se…
/PHP-5.5/ext/mysqli/tests/
H A Dbug62046.phpt2 Bug #62046 mysqli@mysqlnd can't iterate over stored sets after call to mysqli_stmt_reset()
H A D036.phpt27 /* we have to insert more values, cause lexer sets auto_increment to max_int
H A Dmysqli_stmt_attr_set.phpt191 printf("[017] Results should not differ. Dumping both result sets.\n");
208 printf("[019] Results should not differ. Dumping both result sets.\n");
261 printf("[025] Results should not differ. Dumping both result sets.\n");
H A Dmysqli_result_references_mysqlnd.phpt2 References to result sets - mysqlnd (no copies but references)
H A Dmysqli_result_references.phpt2 References to result sets
/PHP-5.5/ext/spl/internal/
H A Dsplstack.inc25 /** Changes the iteration mode. There are two orthogonal sets of modes that
H A Dsplqueue.inc29 /** Changes the iteration mode. There are two orthogonal sets of modes that
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug57702.phpt15 // Note the PDO test setup sets PDO::ATTR_STRINGIFY_FETCHES to true
16 // (and sets PDO::ATTR_CASE to PDO::CASE_LOWER)
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt227 …printf("[028] Character sets has not been set, @@character_set_connection reports '%s', expecting …
260 …printf("[031] DSN = %s, Character sets has not been set, @@character_set_connection reports '%s', …
273 …printf("[033] DSN = %s, character sets has not been set, @@character_set_connection reports '%s', …

Completed in 28 milliseconds

123