| /PHP_TRUNK/ext/soap/interop/ |
| H A D | test.utility.php | 16 $op = substr($r[8],0,1); variable 23 $t += (($op == "-"?1:-1) * $h * 60 + $m) * 60;
|
| /PHP_TRUNK/win32/ |
| H A D | flock.c | 55 PHPAPI int flock(int fd, int op) argument 65 switch (op & ~LOCK_NB) { /* translate to LockFileEx() op */ 68 ((op & LOCK_NB) ? LOCKFILE_FAIL_IMMEDIATELY : 0), 73 if (LockFileEx(hdl, ((op & LOCK_NB) ? LOCKFILE_FAIL_IMMEDIATELY : 0),
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | onigposix.h | 117 unsigned int op; member in struct:__anon224
|
| H A D | regsyntax.c | 239 onig_set_syntax_op(OnigSyntaxType* syntax, unsigned int op) argument 241 syntax->op = op; 265 return syntax->op;
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_execute.h | 63 ZEND_API int zend_is_true(zval *op); 94 static zend_always_inline int i_zend_is_true(zval *op) argument 98 switch (Z_TYPE_P(op)) { 105 result = (Z_LVAL_P(op)?1:0); 108 result = (Z_DVAL_P(op) ? 1 : 0); 111 if (Z_STRLEN_P(op) == 0 112 || (Z_STRLEN_P(op)==1 && Z_STRVAL_P(op)[0]=='0')) { 119 result = (zend_hash_num_elements(Z_ARRVAL_P(op))?1:0); 122 if(IS_ZEND_STD_OBJECT(*op)) { [all...] |
| H A D | zend_execute_API.c | 299 /* Destroy all op arrays */ 447 ZEND_API int zend_is_true(zval *op) /* {{{ */ argument 449 return i_zend_is_true(op);
|
| H A D | zend_vm_gen.php | 650 out($f,$prolog.$dsc["op"]."_SPEC".$prefix[$op1].$prefix[$op2]."_HANDLER,\n"); 656 out($f,$prolog."(opcode_handler_t)&&".$dsc["op"]."_SPEC".$prefix[$op1].$prefix[$op2]."_HANDLER,\n"); 703 out($f,$prolog.$dsc["op"]."_HANDLER,\n"); 709 out($f,$prolog."(opcode_handler_t)&&".$dsc["op"]."_HANDLER,\n"); 765 gen_handler($f, 1, $kind, $opcodes[$num]["op"], $op1, $op2, isset($opcodes[$num]["use"]), $opcodes[$num]["code"], $lineno); 790 gen_handler($f, 0, $kind, $opcodes[$num]["op"], "ANY", "ANY", isset($opcodes[$num]["use"]), $opcodes[$num]["code"], $lineno); 845 out($f,"static opcode_handler_t zend_vm_get_opcode_handler(zend_uchar opcode, zend_op* op);\n\n"); 1091 $op = $m[2]; variable 1092 $len = strlen($op); 1105 if (isset($opnames[$op])) { 1188 $op = $m[1]; variable 1206 $op = str_pad($dsc["op"],$max_opcode_len); variable 1353 $op = $opcodes[$opnames[$name]]; variable [all...] |
| /PHP_TRUNK/ext/com_dotnet/ |
| H A D | com_variant.c | 509 static void variant_binary_operation(enum variant_binary_opcode op, INTERNAL_FUNCTION_PARAMETERS) /* {{{ */ argument 556 switch (op) { 596 /*Let say it fails as no valid op has been given */ 717 static void variant_unary_operation(enum variant_unary_opcode op, INTERNAL_FUNCTION_PARAMETERS) /* {{{ */ argument 742 switch (op) {
|
| /PHP_TRUNK/ext/standard/ |
| H A D | scanf.c | 589 char op = 0; local 763 op = 'i'; 768 op = 'i'; 773 op = 'i'; 779 op = 'i'; 784 op = 'i'; 794 op = 'f'; 798 op = 's'; 802 op = 's'; 811 op [all...] |
| H A D | versioning.c | 213 char *v1, *v2, *op = NULL; local 219 &v2_len, &op, &op_len) == FAILURE) { 226 if (!strncmp(op, "<", op_len) || !strncmp(op, "lt", op_len)) { 229 if (!strncmp(op, "<=", op_len) || !strncmp(op, "le", op_len)) { 232 if (!strncmp(op, ">", op_len) || !strncmp(op, "gt", op_len)) { 235 if (!strncmp(op, ">=", op_len) || !strncmp(op, "g [all...] |
| /PHP_TRUNK/main/ |
| H A D | SAPI.c | 639 static void sapi_header_add_op(sapi_header_op_enum op, sapi_header_struct *sapi_header TSRMLS_DC) argument 642 (SAPI_HEADER_ADD & sapi_module.header_handler(sapi_header, op, &SG(sapi_headers) TSRMLS_CC))) { 643 if (op == SAPI_HEADER_REPLACE) { 660 SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg TSRMLS_DC) argument 681 switch (op) { 702 sapi_module.header_handler(&sapi_header, op, &SG(sapi_headers) TSRMLS_CC); 721 if (op == SAPI_HEADER_DELETE) { 730 sapi_module.header_handler(&sapi_header, op, &SG(sapi_headers) TSRMLS_CC); 842 sapi_header_add_op(op, &sapi_header TSRMLS_CC);
|
| H A D | output.c | 55 static inline int php_output_lock_error(int op TSRMLS_DC); 56 static inline void php_output_op(int op, const char *str, size_t len TSRMLS_DC); 63 static inline php_output_context *php_output_context_init(php_output_context *context, int op TSRMLS_DC); 756 /* {{{ static int php_output_lock_error(int op TSRMLS_DC) 758 static inline int php_output_lock_error(int op TSRMLS_DC) 761 if (op && OG(active) && OG(running)) { 771 /* {{{ static php_output_context *php_output_context_init(php_output_context *context, int op TSRMLS_DC) 773 static inline php_output_context *php_output_context_init(php_output_context *context, int op TSRMLS_DC) 781 context->op = op; 791 int op = context->op; local 1039 php_output_op(int op, const char *str, size_t len TSRMLS_DC) argument [all...] |
| H A D | php_output.h | 50 /* handler op return values */ 102 int op; member in struct:_php_output_context
|
| /PHP_TRUNK/main/streams/ |
| H A D | php_stream_transport.h | 136 } op; member in struct:_php_stream_xport_param 188 } op; member in struct:_php_stream_xport_crypto_param
|
| /PHP_TRUNK/sapi/apache/ |
| H A D | mod_php5.c | 38 static int sapi_apache_header_handler(sapi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC); 166 static int sapi_apache_header_handler(sapi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC) argument 174 switch(op) { 203 } else if (op == SAPI_HEADER_REPLACE) {
|
| /PHP_TRUNK/sapi/apache2filter/ |
| H A D | sapi_apache2.c | 94 php_apache_sapi_header_handler(sapi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC) argument 103 switch(op) { 132 else if (op == SAPI_HEADER_REPLACE)
|
| /PHP_TRUNK/sapi/apache2handler/ |
| H A D | sapi_apache2.c | 92 php_apache_sapi_header_handler(sapi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC) argument 99 switch (op) { 138 } else if (op == SAPI_HEADER_REPLACE) {
|
| /PHP_TRUNK/sapi/isapi/ |
| H A D | php5isapi.c | 218 static int sapi_isapi_header_handler(sapi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC) argument
|
| /PHP_TRUNK/sapi/nsapi/ |
| H A D | nsapi.c | 518 static int sapi_nsapi_header_handler(sapi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC) argument 523 switch(op) { 553 if (op==SAPI_HEADER_REPLACE || strcmp(header_name, "content-type")==0) {
|
| /PHP_TRUNK/ext/filter/ |
| H A D | filter.c | 681 static void php_filter_array_handler(zval *input, zval **op, zval *return_value, zend_bool add_empty TSRMLS_DC) /* {{{ */ argument 689 if (!op) { 693 } else if (Z_TYPE_PP(op) == IS_LONG) { 696 php_filter_call(&return_value, Z_LVAL_PP(op), NULL, 0, FILTER_REQUIRE_ARRAY TSRMLS_CC); 697 } else if (Z_TYPE_PP(op) == IS_ARRAY) { 700 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(op)); 701 for (zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(op), &pos); 702 zend_hash_get_current_data_ex(Z_ARRVAL_PP(op), (void **) &arg_elm, &pos) == SUCCESS; 703 zend_hash_move_forward_ex(Z_ARRVAL_PP(op), &pos)) 705 if (zend_hash_get_current_key_ex(Z_ARRVAL_PP(op), 821 zval *array_input = NULL, **op = NULL; local 869 zval *array_input = NULL, **op = NULL; local [all...] |
| /PHP_TRUNK/ext/pcre/pcrelib/ |
| H A D | pcre_study.c | 101 register pcre_uchar op = *cc; local 103 switch (op) 159 if (op != OP_ALT) return length; 313 cc += PRIV(OP_lengths)[op]; 321 cc += PRIV(OP_lengths)[op]; 332 if (op == OP_XCLASS) 492 cc += PRIV(OP_lengths)[op]; 504 cc += PRIV(OP_lengths)[op] + cc[1]; 516 cc += PRIV(OP_lengths)[op]; 1054 is set, we do not see these op code [all...] |
| /PHP_TRUNK/sapi/cli/ |
| H A D | php_cli.c | 396 static int sapi_cli_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_struct *s TSRMLS_DC) /* {{{ */ argument
|
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | funcs.c | 338 char *op, *np; local 371 op = ms->o.buf; 372 eop = op + len; 374 while (op < eop) { 375 bytesconsumed = mbrtowc(&nextchar, op, 376 (size_t)(eop - op), &state); 384 (void)memcpy(np, op, bytesconsumed); 385 op += bytesconsumed; 389 OCTALIFY(np, op); 400 for (np = ms->o.pbuf, op [all...] |
| /PHP_TRUNK/ext/opcache/Optimizer/ |
| H A D | compact_literals.c | 55 znode_op op, 76 znode_op op, 84 LITERAL_INFO_CLASS(constant, kind, 1, slots, related, op.constant); 53 optimizer_literal_obj_info(literal_info *info, zend_uchar op_type, znode_op op, int constant, zend_uint kind, zend_uint slots, zend_uint related, zend_op_array *op_array) argument 74 optimizer_literal_class_info(literal_info *info, zend_uchar op_type, znode_op op, int constant, zend_uint kind, zend_uint slots, zend_uint related, zend_op_array *op_array) argument
|
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_sockets.c | 101 static int fpm_sockets_hash_op(int sock, struct sockaddr *sa, char *key, int type, int op) /* {{{ */ argument 124 switch (op) { 150 if (op == FPM_STORE_SOCKET) {
|