Home
last modified time | relevance | path

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

123

/PHP-5.3/ext/ereg/regex/
H A Dregfree.c30 if (g->sets != NULL)
31 free((char *)g->sets);
H A Dregcomp.c139 g->sets = NULL;
1015 if (p->g->sets == NULL)
1016 p->g->sets = (cset *)malloc(nc * sizeof(cset));
1018 p->g->sets = (cset *)realloc((unsigned char *)p->g->sets,
1029 if (p->g->sets != NULL && p->g->setbits != NULL)
1039 assert(p->g->sets != NULL); /* xxx */
1040 cs = &p->g->sets[no];
1060 register cset *top = &p->g->sets[p->g->ncsets];
1086 register cset *top = &p->g->sets[p->g->ncsets];
1091 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++)
[all …]
H A Dregex2.h115 cset *sets; /* -> cset [ncsets] */ member
H A Ddebug.c148 cs = &g->sets[opnd];
/PHP-5.3/ext/mysql/tests/
H A Dmysql_trace_mode.phpt20 print @mysql_escape_string("I don't mind character sets, do I?\n");
32 I don\'t mind character sets, do I?\n
36 Warning: Unknown: 1 result set(s) not freed. Use mysql_free_result to free result sets which were r…
/PHP-5.3/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.3/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.3/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.3/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.3/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.3/ext/phar/tests/
H A Dpharfileinfo_chmod.phpt23 lstat($pname . '/a/b'); // sets BG(CurrentLStatFile)
/PHP-5.3/ext/curl/tests/
H A Dcurl_writeheader_callback.phpt7 … servers specified for PHP_CURL_HTTP_REMOTE_SERVER might return different sets of headers. Just te…
/PHP-5.3/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.3/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.3/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt225 …printf("[028] Character sets has not been set, @@character_set_connection reports '%s', expecting …
258 …printf("[031] DSN = %s, Character sets has not been set, @@character_set_connection reports '%s', …
271 …printf("[033] DSN = %s, character sets has not been set, @@character_set_connection reports '%s', …
300 [033] DSN = mysql:%s, character sets has not been set, @@character_set_connection reports 'latin1',…
/PHP-5.3/ext/standard/
H A Dstreamsfuncs.c770 int retval, sets = 0; in PHP_FUNCTION() local
785 sets += set_count; in PHP_FUNCTION()
792 sets += set_count; in PHP_FUNCTION()
799 sets += set_count; in PHP_FUNCTION()
802 if (!sets) { in PHP_FUNCTION()

Completed in 52 milliseconds

123