Home
last modified time | relevance | path

Searched refs:holder (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_operators.c191 …if ((Z_TYPE(holder)=is_numeric_string(Z_STRVAL_P(op), Z_STRLEN_P(op), &Z_LVAL(holder), &Z_DVAL(hol…
194 (op) = &(holder); \
200 (op) = &(holder); \
204 (op) = &(holder); \
211 (op) = &(holder); \
226 Z_LVAL(holder) = 0; \
238 (holder) = (*(op)); \
248 Z_LVAL(holder) = 0; \
252 (op) = &(holder); \
264 Z_LVAL(holder) = 0; \
[all …]
/PHP-5.3/sapi/apache_hooks/
H A DapMakefile.libdir1 This is a place-holder which indicates to Configure that it shouldn't
/PHP-5.3/sapi/apache/
H A DapMakefile.libdir1 This is a place-holder which indicates to Configure that it shouldn't
/PHP-5.3/ext/mbstring/libmbfl/
H A DLICENSE62 restrictive license from a patent holder. Therefore, we insist that
119 program which contains a notice placed by the copyright holder or
407 original copyright holder who places the Library under this License may add
/PHP-5.3/ext/standard/
H A Dstring.c1606 zval holder = *needle; local
1607 zval_copy_ctor(&(holder));
1608 convert_to_long(&(holder));
1609 if(Z_TYPE(holder) != IS_LONG) {
1612 *target = (char)Z_LVAL(holder);

Completed in 32 milliseconds