Home
last modified time | relevance | path

Searched refs:REG_EMPTY (Results 1 – 16 of 16) sorted by relevance

/PHP-5.5/ext/ereg/tests/
H A Dereg_replace_variation_001.phpt89 Error: 2 - ereg_replace(): REG_EMPTY, %s(74)
118 Error: 2 - ereg_replace(): REG_EMPTY, %s(74)
123 Error: 2 - ereg_replace(): REG_EMPTY, %s(74)
129 Error: 2 - ereg_replace(): REG_EMPTY, %s(74)
154 Error: 2 - ereg_replace(): REG_EMPTY, %s(74)
159 Error: 2 - ereg_replace(): REG_EMPTY, %s(74)
168 Error: 2 - ereg_replace(): REG_EMPTY, %s(74)
177 Error: 2 - ereg_replace(): REG_EMPTY, %s(74)
182 Error: 2 - ereg_replace(): REG_EMPTY, %s(74)
187 Error: 2 - ereg_replace(): REG_EMPTY, %s(74)
[all …]
H A Deregi_replace_variation_001.phpt89 Error: 2 - eregi_replace(): REG_EMPTY, %s(74)
118 Error: 2 - eregi_replace(): REG_EMPTY, %s(74)
123 Error: 2 - eregi_replace(): REG_EMPTY, %s(74)
129 Error: 2 - eregi_replace(): REG_EMPTY, %s(74)
154 Error: 2 - eregi_replace(): REG_EMPTY, %s(74)
159 Error: 2 - eregi_replace(): REG_EMPTY, %s(74)
168 Error: 2 - eregi_replace(): REG_EMPTY, %s(74)
177 Error: 2 - eregi_replace(): REG_EMPTY, %s(74)
182 Error: 2 - eregi_replace(): REG_EMPTY, %s(74)
187 Error: 2 - eregi_replace(): REG_EMPTY, %s(74)
[all …]
H A Dereg_variation_001.phpt156 Error: 2 - ereg(): REG_EMPTY, %s(75)
161 Error: 2 - ereg(): REG_EMPTY, %s(75)
170 Error: 2 - ereg(): REG_EMPTY, %s(75)
179 Error: 2 - ereg(): REG_EMPTY, %s(75)
184 Error: 2 - ereg(): REG_EMPTY, %s(75)
189 Error: 2 - ereg(): REG_EMPTY, %s(75)
201 Error: 2 - ereg(): REG_EMPTY, %s(75)
206 Error: 2 - ereg(): REG_EMPTY, %s(75)
H A Deregi_variation_001.phpt156 Error: 2 - eregi(): REG_EMPTY, %s(75)
161 Error: 2 - eregi(): REG_EMPTY, %s(75)
170 Error: 2 - eregi(): REG_EMPTY, %s(75)
179 Error: 2 - eregi(): REG_EMPTY, %s(75)
184 Error: 2 - eregi(): REG_EMPTY, %s(75)
189 Error: 2 - eregi(): REG_EMPTY, %s(75)
201 Error: 2 - eregi(): REG_EMPTY, %s(75)
206 Error: 2 - eregi(): REG_EMPTY, %s(75)
H A Dspliti_variation_001.phpt188 Error: 2 - spliti(): REG_EMPTY, %s(74)
193 Error: 2 - spliti(): REG_EMPTY, %s(74)
211 Error: 2 - spliti(): REG_EMPTY, %s(74)
229 Error: 2 - spliti(): REG_EMPTY, %s(74)
234 Error: 2 - spliti(): REG_EMPTY, %s(74)
239 Error: 2 - spliti(): REG_EMPTY, %s(74)
250 Error: 2 - spliti(): REG_EMPTY, %s(74)
255 Error: 2 - spliti(): REG_EMPTY, %s(74)
H A Dsplit_variation_001.phpt188 Error: 2 - split(): REG_EMPTY, %s(74)
193 Error: 2 - split(): REG_EMPTY, %s(74)
211 Error: 2 - split(): REG_EMPTY, %s(74)
229 Error: 2 - split(): REG_EMPTY, %s(74)
234 Error: 2 - split(): REG_EMPTY, %s(74)
239 Error: 2 - split(): REG_EMPTY, %s(74)
250 Error: 2 - split(): REG_EMPTY, %s(74)
255 Error: 2 - split(): REG_EMPTY, %s(74)
H A Dereg_error_002.phpt45 Warning: ereg(): REG_EMPTY in %s on line %d
90 Warning: ereg(): REG_EMPTY in %s on line %d
95 Warning: ereg(): REG_EMPTY in %s on line %d
H A Dereg_replace_error_002.phpt34 Warning: ereg_replace(): REG_EMPTY in %s on line %d
79 Warning: ereg_replace(): REG_EMPTY in %s on line %d
84 Warning: ereg_replace(): REG_EMPTY in %s on line %d
H A Dspliti_error_002.phpt45 Warning: spliti(): REG_EMPTY in %s on line %d
90 Warning: spliti(): REG_EMPTY in %s on line %d
95 Warning: spliti(): REG_EMPTY in %s on line %d
H A Deregi_error_002.phpt45 Warning: eregi(): REG_EMPTY in %s on line %d
90 Warning: eregi(): REG_EMPTY in %s on line %d
95 Warning: eregi(): REG_EMPTY in %s on line %d
H A Deregi_replace_error_002.phpt34 Warning: eregi_replace(): REG_EMPTY in %s on line %d
79 Warning: eregi_replace(): REG_EMPTY in %s on line %d
84 Warning: eregi_replace(): REG_EMPTY in %s on line %d
H A Dsplit_error_002.phpt45 Warning: split(): REG_EMPTY in %s on line %d
90 Warning: split(): REG_EMPTY in %s on line %d
95 Warning: split(): REG_EMPTY in %s on line %d
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.h84 REG_EMPTY, /* empty expression */ enumerator
/PHP-5.5/ext/ereg/regex/
H A Dregex.h59 #define REG_EMPTY 14 macro
H A Dregerror.c53 {REG_EMPTY, "REG_EMPTY", "empty (sub)expression"},
H A Dregcomp.c215 (void) REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
301 SETERROR(REG_EMPTY);
398 REQUIRE(MORE(), REG_EMPTY);
441 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */

Completed in 23 milliseconds